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

Pulumi: Add Git and Markdown servers #1492

Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
c9fd1a5
:sparkles: Add basic Gitea server
jemrobinson Jun 8, 2023
fce4311
:arrow_up: Update guacamole and guacd to 1.5.2
jemrobinson Jun 9, 2023
5817801
:adhesive_bandage: Update Pulumi resource ownership and naming structure
jemrobinson Jun 10, 2023
2c25672
:recycle: Use ldap_security_group_name instead of sre_security_group_…
jemrobinson Jun 10, 2023
28084fb
:sparkles: Create administrator and configure LDAP inside the Gitea c…
jemrobinson Jun 9, 2023
d79f1f6
:loud_sound: Update message when logging in to Microsoft Graph
jemrobinson Jun 19, 2023
1683a11
:sparkles: Add private DNS which routes gitea.privatelink.<SRE FQDN> …
jemrobinson Jun 19, 2023
60ef150
:lock: Ensure that user passwords do not expire to match change made …
jemrobinson Jun 20, 2023
4780d39
:sparkles: Add redirect from public to private DNS
jemrobinson Jun 21, 2023
a55ec11
:truck: Moved Gitea into subcomponent
jemrobinson Jun 21, 2023
1cab4e0
:truck: Updated component naming structure
jemrobinson Jun 21, 2023
f0ad651
:truck: Set correct parent for resources under SRE data
jemrobinson Jun 22, 2023
40d1abd
:recycle: Split user services into two subnets
jemrobinson Jun 22, 2023
0b5bd28
:wrench: Add transformation to get IP addresses from private endpoint
jemrobinson Jun 22, 2023
d0b642e
:closed_lock_with_key: Add password_hedgedoc_database_admin
jemrobinson Jun 22, 2023
1f43f83
:recycle: Add initial HedgeDoc server
jemrobinson Jun 22, 2023
c4670c0
:sparkles: Add LDAP login for HedgeDoc server
jemrobinson Jun 22, 2023
8c077bf
:goal_net: Improve exception handling
jemrobinson Jun 22, 2023
8e1ad6c
:goal_net: Improve exception handling
jemrobinson Jun 22, 2023
a221255
:sparkles: Use PostgreSQL backend for Gitea
jemrobinson Jun 22, 2023
e89f4b0
:wrench: Use structured arguments instead of dictionary in database c…
jemrobinson Jun 26, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
🔊 Update message when logging in to Microsoft Graph
  • Loading branch information
jemrobinson committed Jun 20, 2023
commit d79f1f6ad8b471f3fe0a4a86d6abda07e7b4e271
2 changes: 1 addition & 1 deletion data_safe_haven/external/api/graph_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ def create_token_administrator(self) -> str:
f"Please sign-in with <fg=green>global administrator</> credentials for Azure Active Directory <fg=green>{self.tenant_id}</>."
)
self.info(
"Note that the sign-in screen will prompt you to sign-in to <fg=blue>Microsoft Graph Powershell</> - this is expected."
"Note that the sign-in screen will prompt you to sign-in to <fg=blue>Microsoft Graph Command Line Tools</> - this is expected."
)
self.info(flow["message"])
# Block until a response is received
Expand Down