Skip to content

Commit

Permalink
add list of token scopes of dynatrace
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabh3460 committed Mar 8, 2024
1 parent 37d0a1c commit 88d3d8c
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion compare/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,19 @@ causely agent install --cluster-name sre-stack --values causely-default-values.y
```


Install Dynatrace
### Install Dynatrace


Create token with these scopes:

- activeGateTokenManagement.create
- entities.read
- settings.read
- settings.write
- metrics.ingest
- DataExport
- InstallerDownload


```
aws eks create-addon --cluster-name sre-stack --addon-name dynatrace_dynatrace-operator --addon-version v0.14.2-eksbuild.1 --region us-west-2
Expand Down

0 comments on commit 88d3d8c

Please sign in to comment.