We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This lab currently requests the tenant details in this format:
https://abc12345.live.dynatrace.com
But other labs request details as two seperate fields: abc12345 and live|dev|sprint. Behind the scenes, the code then builds the classic + new DT urls automagically. See: https://github.com/Dynatrace/obslab-unguard/blob/main/.devcontainer/post-create.sh#L3-L22
abc12345
live|dev|sprint
We should standardise across all demos and thus move towards the "two fields" approach.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This lab currently requests the tenant details in this format:
But other labs request details as two seperate fields:
abc12345
andlive|dev|sprint
. Behind the scenes, the code then builds the classic + new DT urls automagically. See: https://github.com/Dynatrace/obslab-unguard/blob/main/.devcontainer/post-create.sh#L3-L22We should standardise across all demos and thus move towards the "two fields" approach.
The text was updated successfully, but these errors were encountered: