You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Allowing the simple rotation of client secrets in the oidcauth extension at scale in cloud deployments
Describe the solution you'd like
Many aspects of the OTEL SDK are configurable through environment variables, extending this to the oidcauth extension would allow the simple rotation of secrets at large scale. For example, Azure Functions/App Service allow for Key Vault secrets to be passed in through environment variables, these can be rotated in the Key Vault and will then be refreshed within 24 hours.
Describe alternatives you've considered
I'm aware the _file option could be used, but there is no ability to change files easily in many cloud services once they have been deployed.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Component(s)
extension/oidcauth
Is your feature request related to a problem? Please describe.
Allowing the simple rotation of client secrets in the oidcauth extension at scale in cloud deployments
Describe the solution you'd like
Many aspects of the OTEL SDK are configurable through environment variables, extending this to the oidcauth extension would allow the simple rotation of secrets at large scale. For example, Azure Functions/App Service allow for Key Vault secrets to be passed in through environment variables, these can be rotated in the Key Vault and will then be refreshed within 24 hours.
Describe alternatives you've considered
I'm aware the
_file
option could be used, but there is no ability to change files easily in many cloud services once they have been deployed.Additional context
No response
The text was updated successfully, but these errors were encountered: