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
{{ message }}
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.
Currently, there's no way to automate the use flowctl because we don't have a non-expiring auth token. The current solution for authenticating flowctl is temporary scaffolding, which needs replaced. The new and improved solution should:
Allow interactive users to have persistent authentication for flowctl, so that they don't need to copy a new token every day
Allow non-interactive use of flowctl via GH actions, Gitlab CI/CD, etc
Allow the control-plane to only issue short-lived JWTs, to reduce the risk of leaked tokens
The text was updated successfully, but these errors were encountered:
Currently, there's no way to automate the use
flowctl
because we don't have a non-expiring auth token. The current solution for authenticatingflowctl
is temporary scaffolding, which needs replaced. The new and improved solution should:flowctl
, so that they don't need to copy a new token every dayflowctl
via GH actions, Gitlab CI/CD, etcThe text was updated successfully, but these errors were encountered: