Use the admin creds in the HTTPClient when necessary #85
Merged
r389li
merged 1 commits from use-admin-creds-in-http-client
into master
3 months ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'use-admin-creds-in-http-client'
Deleting a branch is permanent. It CANNOT be undone. 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).
c0c9736593
into master 3 months agoReviewers
c0c9736593
.