You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now authentication with CredHub is done with a specified UAA client. It would be awesome to have the option to use the mtls-app:APP_GUID role that is available by authenticating to CredHub with the instance identity cert/key on the app instance. This is less suitable for hand-configured CredHubs but will be much more useful for automated ones.
Will look at implementing this if GOV.UK PaaS go with CredHub 😄
The text was updated successfully, but these errors were encountered:
46bit
changed the title
Ability to use CF Instance Identity to avoid configuring so many roles
Ability to use the CF Instance Identity-based CredHub roles
Aug 13, 2020
From a deeper look, https://github.com/cloudfoundry-incubator/credhub-cli doesn't support for using mutual TLS client certificates despite that its underlying library does. That's frustrating and changing that is probably the starting point in fixing this.
Right now authentication with CredHub is done with a specified UAA client. It would be awesome to have the option to use the
mtls-app:APP_GUID
role that is available by authenticating to CredHub with the instance identity cert/key on the app instance. This is less suitable for hand-configured CredHubs but will be much more useful for automated ones.Will look at implementing this if GOV.UK PaaS go with CredHub 😄
The text was updated successfully, but these errors were encountered: