fcli icon indicating copy to clipboard operation
fcli copied to clipboard

`fcli fod` new commands for managing API Keys

Open kadraman opened this issue 1 year ago • 1 comments

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 avatar Nov 11 '24 10:11 kadraman

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

rsenden avatar Nov 11 '24 11:11 rsenden