Skip to content
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

fcli fod new commands for managing API Keys #641

Open
kadraman opened this issue Nov 11, 2024 · 1 comment
Open

fcli fod new commands for managing API Keys #641

kadraman opened this issue Nov 11, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@kadraman
Copy link
Collaborator

Enhancement Request

The following API endpoints have been added for managing API keys:

GET /api/v3/api-keys (return a list of API keys)
POST /api/v3/api-keys (create a new API key)
DELETE /api/v3/api-keys/{apiKeyId} (delete an API key)
GET /api/v3/api-keys/{apiKeyId} (return details of an API key)
PUT /api/v3/api-keys/{apiKeyId} (update an API key)
POST /api/v3/api-keys/{apiKeyId}/newsecret (create a new secret for an existing API key)
GET /api/v3/api-keys/{apiKeyId}/application-access (return a list of applications assigned to an API key)

it would be good to have fcli sub-commands for managing this.

@kadraman kadraman added the enhancement New feature or request label Nov 11, 2024
@rsenden
Copy link
Contributor

rsenden commented Nov 11, 2024

Any fcli commands covering these endpoints should probably go into fcli fod access-control.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants