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

APPSRE-10385 schema to define custom tokens #668

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

fishi0x01
Copy link
Contributor

@fishi0x01 fishi0x01 commented Jun 7, 2024

⚠️ WIP

Dynatrace Token Provider will allow tenants to define their own Dynatrace tokens. Further, tenants define cluster labels and which dynatrace token should be associated with them.

my-dynatrace-token.yml

$schema: /dynatrace/dynatrace-token-type-1.yml

name: my-token-type  # this will be the secret name in dynatrace namespace
scopes:
- activeGateTokenManagement.create
- entities.read

my-dynatrace-cluster-label.yml

$schema: /dynatrace/dynatrace-cluster-label-1.yml

name: dtp.cluster.label.name 
tokenTypes:
- my-dynatrace-token.yml

@fishi0x01 fishi0x01 changed the title APPSRE-10385 schema to define custom tokens WIP APPSRE-10385 schema to define custom tokens Jun 7, 2024
@fishi0x01 fishi0x01 marked this pull request as draft June 7, 2024 12:44
@fishi0x01 fishi0x01 changed the title WIP APPSRE-10385 schema to define custom tokens APPSRE-10385 schema to define custom tokens Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant