parodos-dev / orchestrator-helm-chart

Helm chart to deploy the Orchestrator solution suite.
https://parodos.dev/orchestrator-helm-chart/
Apache License 2.0
2 stars 22 forks source link

feat: using static tokens #236

Closed eloycoto closed 2 months ago

eloycoto commented 2 months ago

When using tokens generated by kubectl create token, it has a expiration time, and token client does not implement the renew process.

With this change, the token is static and clients can use meanwhile the secret is present.

Doc: https://kubernetes.io/docs/reference/access-authn-authz/service-accounts-admin/#create-token

Fix: FLPATH-1512