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
In my Github Actions pipeline, I use terraform doks resourse. This generates an API Token by commands plan, apply for each execution, which spam on Access Token list. Is there option like expiry-seconds for kubeconfig like doctl kubernetes cluster kubeconfig save --expiry-seconds 600 my-doks or any more convenient way to reduce token lifetime?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In my Github Actions pipeline, I use terraform doks resourse. This generates an API Token by commands plan, apply for each execution, which spam on Access Token list. Is there option like
expiry-seconds
for kubeconfig likedoctl kubernetes cluster kubeconfig save --expiry-seconds 600 my-doks
or any more convenient way to reduce token lifetime?Beta Was this translation helpful? Give feedback.
All reactions