fcli
fcli copied to clipboard
`fcli fod` new commands for managing API Keys
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.
Any fcli commands covering these endpoints should probably go into fcli fod access-control.