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
I noted in the comments about the risks of passing around the service account tokens.
Newer versions of Kubernetes support a projected token with an expiry and audience - https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/#service-account-token-volume-projection
Don't think this should need many changes to support
The text was updated successfully, but these errors were encountered:
Merge pull request brancz#80 from ibihim/CVE-2023-44487-trimming-http2
e8e8c84
OCPBUGS-21672: http2: trim connetions and buffers
No branches or pull requests
I noted in the comments about the risks of passing around the service account tokens.
Newer versions of Kubernetes support a projected token with an expiry and audience - https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/#service-account-token-volume-projection
Don't think this should need many changes to support
The text was updated successfully, but these errors were encountered: