-
Notifications
You must be signed in to change notification settings - Fork 35
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
Add support for Dynatrace Platform Tokens for Authentication #555
Comments
@Reinhard-Pilz-Dynatrace I added the following: #590. Idea: we can scope oauth tokens to a service user permissions, while Platform tokens are bound to a user. For config as code, we'd also like the service user as pipelines can break if some user leaves a company. |
This would be a nice solution to have platform tokens for service user to avoid this risk. |
Hi @anton-freyberg and @ftmazzone |
@ftmazzone you need account management permission to create a service user, but the service user himself does not need these permissions. |
yes, this would be a good solution. I've tried this morning to create an OAuth client for a service user but got the following error in Dynatrace console: The details are :
|
Platform Tokens are likely a suitable alternative for fetching Bearer Tokens via OAuth Clients.
Potential solution for Terraform:
DT_BEARER_TOKEN
for authenticationDT_CLIENT_ID
andDT_CLIENT_SECRET
. The Bearer Token would already be knownThe text was updated successfully, but these errors were encountered: