-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Use the TokenRequest API to support >=1.24 clusters #9610
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingcomponent:authIssues related to login, SSO, OIDC, claims, user session and authentication proxy.Issues related to login, SSO, OIDC, claims, user session and authentication proxy.component:cliIssue related to the Argo CD CLIIssue related to the Argo CD CLIenhancementNew feature or requestNew feature or requestsecuritySecurity related issuesSecurity related issuestriage/pendingThis issue needs further triage to be correctly classifiedThis issue needs further triage to be correctly classifiedtype:tech-debtEnhancement such as refactor invisible for the end userEnhancement such as refactor invisible for the end user
Description
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcomponent:authIssues related to login, SSO, OIDC, claims, user session and authentication proxy.Issues related to login, SSO, OIDC, claims, user session and authentication proxy.component:cliIssue related to the Argo CD CLIIssue related to the Argo CD CLIenhancementNew feature or requestNew feature or requestsecuritySecurity related issuesSecurity related issuestriage/pendingThis issue needs further triage to be correctly classifiedThis issue needs further triage to be correctly classifiedtype:tech-debtEnhancement such as refactor invisible for the end userEnhancement such as refactor invisible for the end user
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
Backlog
Summary
2.4 creates a non-expiring ServiceAccount token Secret on
argocd cluster addfor 1.24 clusters.Instead, Argo CD should use the TokenRequest API.
Motivation
Kubernetes recommends using the TokenRequest API rather than relying on tokens that don't expire.