fermitools / htgettoken

Gets OIDC authentication tokens for High Throughput Computing via a Hashicorp vault server
Other
5 stars 4 forks source link

Use new secrets API for token exchange #96

Closed DrDaveD closed 7 months ago

DrDaveD commented 7 months ago

All the htvault-config servers have been upgraded to a version that supports the new sts API for token exchange. Use that instead of relying on my custom patch that adds support for scopes and audience to the creds API.