Backend has added support for rotating API keys for Service Accounts: https://app.kosli.com/api/v2/doc/#/Service%20Accounts .
As a engineer I'd like to rotate my keys using CLI. We don't have this command yet. Proposed solution:
- add a command
service-account (alias sa)
- add subcommand
api-keys alias ak
- add subcommands:
create, revoke, rotate to manage SA keys
There is not SA endpoints yet, just keys. We also want to test the new behaviour to guard for potential future regressions.
Backend has added support for rotating API keys for Service Accounts: https://app.kosli.com/api/v2/doc/#/Service%20Accounts .
As a engineer I'd like to rotate my keys using CLI. We don't have this command yet. Proposed solution:
service-account(aliassa)api-keysaliasakcreate,revoke,rotateto manage SA keysThere is not SA endpoints yet, just keys. We also want to test the new behaviour to guard for potential future regressions.