-
Notifications
You must be signed in to change notification settings - Fork 253
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
Admin Ability to Create API Keys for Integration with External Systems #3007
Labels
enhancement
New feature or request
Comments
1ddo
pushed a commit
to 1ddo/goalert
that referenced
this issue
Jul 26, 2023
UI Design Notes: New page
New API Key form/dialog:
API Reqs:
|
This was referenced Sep 12, 2023
This was referenced Sep 20, 2023
Remaining items:
|
|
This was referenced Oct 30, 2023
@mastercactapus How do we use this interface with input variables and how are input variables intended to be sent as a request to this API? i.e. a |
More info on variables here: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What problem would you like to solve? Please describe:
External systems and teams often want to build tools that integrate with GoAlert directly but currently lack the ability to authenticate and securely access GoAlert's API.
Describe the solution you'd like:
Allow administrators to create and manage API keys for external system integration. Offer direct tokens with optional expiration time and support for tokens generated by an OAuth server. Limit the ability to generate keys to users with admin access, but the keys themselves may not have admin-level access. For now, keep the ability to limit keys to specific resources out of scope, as the current auth model doesn't support it.
Describe alternatives you've considered:
User-generated API keys can be considered, but starting with user access limited to admins can help with adoption and maintain security.
Additional context:
Some use cases for API keys include:
The text was updated successfully, but these errors were encountered: