IBM / python-sdk-core

The python-sdk-core repository contains core functionality required by Python code generated by the IBM OpenAPI SDK Generator.
Apache License 2.0
20 stars 27 forks source link

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

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

The release is available on GitHub release

Your semantic-release bot :package::rocket: