Replies: 1 comment
-
Ensure your token has the right permissions The access token must be added to the project and have the necessary scopes for fetching secrets. Instead of running infisical login, set your access token as an environment variable:
On Windows (PowerShell):
Run infisical init with the --access-token flag Instead of logging in manually:
Or inline:
Disable keyring if needed
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there no way of running init without having to login, by just using an org level access token? The identity using the token has been added to the project.
The goal is to bypass the keyring thing altogether.
Beta Was this translation helpful? Give feedback.
All reactions