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
I have discussed this feature request with the community.
Describe the background of your feature request
To allow the usage of k8s built-in authorization resources, there is a need to verify the ServiceAccount token preented in the corresponding request.
Describe your idea
Even that is possible by making use of the JWT authenticator, it would be much more convenient if there would be an authenticator, which would make use of the k8s TokenRequest API.
Are there any workarounds or alternatives?
As written above, one could theoretically use the available JWT authenticator for this purpose. It would however require a pretty complex configuration.
Version
1.13.0-alpha
Additional Context
This FR can be considered as a prerequisite for #1180
The text was updated successfully, but these errors were encountered:
Preflight checklist
Describe the background of your feature request
To allow the usage of k8s built-in authorization resources, there is a need to verify the ServiceAccount token preented in the corresponding request.
Describe your idea
Even that is possible by making use of the JWT authenticator, it would be much more convenient if there would be an authenticator, which would make use of the k8s TokenRequest API.
Are there any workarounds or alternatives?
As written above, one could theoretically use the available JWT authenticator for this purpose. It would however require a pretty complex configuration.
Version
1.13.0-alpha
Additional Context
This FR can be considered as a prerequisite for #1180
The text was updated successfully, but these errors were encountered: