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
Is this a BUG REPORT or FEATURE REQUEST?: Bug
What happened: Generating a token is expensive if done very often, they involve crypto calls. Please file a bug to track that. Example of how kubernetes deals with OIDC tokens to alleviate this: https://github.com/kubernetes/client-go/blob/master/plugin/pkg/client/auth/oidc/oidc.go#L332
See: #324 (comment)
What you expected to happen: The driver should only create it when needed.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is this a BUG REPORT or FEATURE REQUEST?:
Bug
What happened:
Generating a token is expensive if done very often, they involve crypto calls. Please file a bug to track that.
Example of how kubernetes deals with OIDC tokens to alleviate this: https://github.com/kubernetes/client-go/blob/master/plugin/pkg/client/auth/oidc/oidc.go#L332
See: #324 (comment)
What you expected to happen:
The driver should only create it when needed.
The text was updated successfully, but these errors were encountered: