-
Notifications
You must be signed in to change notification settings - Fork 12
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 AAD app for external connections #324
Add AAD app for external connections #324
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.
like it, refactoring is neater too 👍
/test |
🤖 pr-bot 🤖 🏃 Running tests: https://github.com/UCLH-Foundry/FlowEHR/actions/runs/6071183535 (with refid (in response to this comment from @damoodamoo) |
1 similar comment
🤖 pr-bot 🤖 🏃 Running tests: https://github.com/UCLH-Foundry/FlowEHR/actions/runs/6071183535 (with refid (in response to this comment from @damoodamoo) |
/test-destroy-env |
🤖 pr-bot 🤖
You can use the following commands: (in response to this comment from @tanya-borisova) |
/destroy |
🤖 pr-bot 🤖 Destroying environment (with refid 0667af66) (in response to this comment from @tanya-borisova) |
/test |
🤖 pr-bot 🤖 🏃 Running tests: https://github.com/UCLH-Foundry/FlowEHR/actions/runs/6072118095 (with refid (in response to this comment from @tanya-borisova) |
/destroy-no-terraform |
🤖 pr-bot 🤖 Destroying environment no terraform (with refid 0667af66). :warning: This will leave orphaned resources (in response to this comment from @tanya-borisova) |
/test |
🤖 pr-bot 🤖 🏃 Running tests: https://github.com/UCLH-Foundry/FlowEHR/actions/runs/6073232663 (with refid (in response to this comment from @tanya-borisova) |
/test-force-approve I didn't manage to run tests in the environment unfortunately, but I can confirm that it works in my dev environment |
🤖 pr-bot 🤖 ✅ Marking tests as complete (for commit 7055d04) (in response to this comment from @tanya-borisova) |
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.
Looks great!
Co-authored-by: James Griffin <me@JamesGriff.in>
/test |
🤖 pr-bot 🤖 🏃 Running tests: https://github.com/UCLH-Foundry/FlowEHR/actions/runs/6086972839 (with refid (in response to this comment from @tanya-borisova) |
/test-force-approve (as above) |
🤖 pr-bot 🤖 ✅ Marking tests as complete (for commit 526b011) (in response to this comment from @tanya-borisova) |
What is being addressed
Adds a new AAD app,
flowehr-external-${suffix}
, that is used to connect FlowEHR with downstream systems.The specific way we want to use this app is to assign it roles to resources in TRE workspaces, so that Databricks Pipelines can use credentials from this one single app, rather than having to manipulate credential per each workspace and resource.
How is this addressed