IBM / go-sdk-core

The go-sdk-core repository contains core functionality required by Go code generated by the IBM OpenAPI SDK Generator.
Apache License 2.0
30 stars 24 forks source link

fix(ContainerAuthenticator): add sa-token as default CR token filename #183

Closed padamstx closed 1 year ago

padamstx commented 1 year ago

This commit adds support for a second default CR token filename. If the user doesn't specify a CR token filename, the authenticator will first try /var/run/secrets/tokens/vault-token, and then /var/run/secrets/tokens/sa-token in that order.

ibm-devx-sdk commented 1 year ago

:tada: This PR is included in version 5.13.4 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: