Use the admin creds in the HTTPClient when necessary #85
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "use-admin-creds-in-http-client"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, ceod uses the Kerberos credentials of the client when making requests to other services. This requires the client to send delegated credentials. Unfortunately the NPM krb5 package appears to be unable to perform delegation. So we will use the admin credentials instead (when appropriate).