-
Notifications
You must be signed in to change notification settings - Fork 1
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
CDPT-1896 Change the local and dev Entra apps to the Entra dev environment. #713
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some queries 👍
.github/README.md
Outdated
6. Copy the `Application (client) ID` and `Directory (tenant) ID` values, | ||
make them available as environment variables `OAUTH_CLIENT_ID`, `OAUTH_TENANT_ID`. | ||
7. Click on `Certificates & secrets` > `New client secret`. | ||
8. Fill in the form: | ||
- Description: `Local-Intranet-v2` | ||
- Description: `Staging-Intranet-v2` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey 😄
A quick Q... why are we using v2, do we know what does it means?
... maybe we can drop the v all together?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point, it was to differentiate between Tactical Product's secrets, but I think it's unnecessary - I'll remove.
OAUTH_CLIENT_ID: "1dac3cbf-91d2-4c0e-9c80-0bf3f8fabd75" | ||
OAUTH_TENANT_ID: "c6874728-71e6-41fe-a9e1-2e8c36776ad8" | ||
OAUTH_CLIENT_ID: "51266573-d4eb-41db-8ebe-a9548aa4f01e" | ||
OAUTH_TENANT_ID: "0bb413d7-160d-4839-868a-f3d46537f6af" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These might (will) get flagged by the security squad at some point. Do they need to be hidden or are we good to roll with them?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As discussed, I'll add a concise note as to why these are ok here.
No description provided.