-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
List and revoke API keys #1176
Labels
Comments
kylewillmon
added
enhancement
New feature or request
needs triage
Needs to be reviewed or assigned
low priority
Should be handled as time permits
and removed
needs triage
Needs to be reviewed or assigned
labels
Aug 8, 2023
Marking as
low priority
|
cd-work
added a commit
that referenced
this issue
Aug 9, 2023
This patch adds a new `list-tokens` subcommand to the existing `auth` subcommand which lists all locksmith tokens associated with the logged in user. See #1176.
cd-work
added a commit
that referenced
this issue
Aug 9, 2023
This patch adds a new `list-tokens` subcommand to the existing `auth` subcommand which lists all locksmith tokens associated with the logged in user. See #1176.
cd-work
added a commit
that referenced
this issue
Aug 9, 2023
This patch adds a new `list-tokens` subcommand to the existing `auth` subcommand which lists all locksmith tokens associated with the logged in user. See #1176.
cd-work
added a commit
that referenced
this issue
Aug 9, 2023
This adds a new subcommand to the `auth` subcommand which allows revoking Locksmith API tokens. It is possible to either specify one or more tokens as CLI arguments, or alternatively interactively select which tokens should be revoked. Closes #1176.
cd-work
added a commit
that referenced
this issue
Aug 10, 2023
This adds a new subcommand to the `auth` subcommand which allows revoking Locksmith API tokens. It is possible to either specify one or more tokens as CLI arguments, or alternatively interactively select which tokens should be revoked. Closes #1176.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
There are not currently commands in CLI to list or revoke API keys (i.e., locksmith tokens). These commands would certainly be useful to some users.
Here is an example of what these might look like:
The text was updated successfully, but these errors were encountered: