NXCALS-3975 - Impersonalize meta-api calls with RBAC
requested to merge NXCALS-3975-Should-impersonalise-user-via-RBAC-for-metadata-api-on-SparkServer into develop
Merge request template
COMPATIBILITY NOTE
Please make sure that this change is BACKWARDS COMPATIBLE and a new server will work correctly with clients using old APIs versions.
It may be that data sent in the new format will break the old clients.
In case of any potential incompatibility we have to inform our clients and schedule release & deployment with them.
@acc-logging-team - please have a look for approval.
Impersonalizing the meta-data API calls with RBAC.
The thin client should sent the RBAC token in GRPC headers. This token is used on the Spark Server to make any meta-data API calls on behalf of this user token.
Closes NXCALS-3975
Edited by Jakub Wozniak