IBM / java-sdk-core

Core functionality required by Java code generated by the IBM Cloud OpenAPI SDK Generator (openapi-sdkgen)
https://ibm.github.io/java-sdk-core/
Apache License 2.0
20 stars 21 forks source link

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

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 9.18.3 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: