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

Manage clients and secrets on admin UI #1510

Open
tusmester opened this issue May 28, 2023 · 0 comments
Open

Manage clients and secrets on admin UI #1510

tusmester opened this issue May 28, 2023 · 0 comments

Comments

@tusmester
Copy link
Member

As an administrator I'd like to create, update and delete clients and secrets on admin UI. The backend API already exists, we only have to implement this on the frontend.

Client/secret API

  • GetClients
  • CreateClient (name, type, username = null)
  • DeleteClient (clientId)
  • CreateSecret (clientId, DateTime? validTill = null)
  • DeleteSecret (clientId, secretId)
  • RegenerateSecretForRepository (clientId, secretId, DateTime? validTill = null)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant