We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As of now, a bearer token must be provided in the extension configuration. We would like to make bearer tokens available via a k8s secret.
(token will be refreshed from time to time)
Extract the token from a file. At best not with every request, but only if the content of the file was changed.
Create another extension.
No response
The text was updated successfully, but these errors were encountered:
Created a proposal as pr.
Sorry, something went wrong.
Pinging code owners: @jpkrohling @pavankrish123. See Adding Labels via Comments if you do not have permissions to add labels yourself.
Supported since #14326
frzifus
No branches or pull requests
Is your feature request related to a problem? Please describe.
As of now, a bearer token must be provided in the extension configuration. We would like to make bearer tokens available via a k8s secret.
(token will be refreshed from time to time)
Describe the solution you'd like
Extract the token from a file. At best not with every request, but only if the content of the file was changed.
Describe alternatives you've considered
Create another extension.
Additional context
No response
The text was updated successfully, but these errors were encountered: