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

Show the Guacamole URL on the terminal after creating an SRE #2274

Closed
5 tasks
cptanalatriste opened this issue Nov 1, 2024 · 1 comment · Fixed by #2297
Closed
5 tasks

Show the Guacamole URL on the terminal after creating an SRE #2274

cptanalatriste opened this issue Nov 1, 2024 · 1 comment · Fixed by #2297
Labels
enhancement New functionality that should be added to the Safe Haven good first issue This is a good issue for newcomers to the project to tackle
Milestone

Comments

@cptanalatriste
Copy link
Contributor

cptanalatriste commented Nov 1, 2024

✅ Checklist

  • I have searched open and closed issues for duplicates.
  • This is a request for a new feature in the Data Safe Haven or an upgrade to an existing feature.
  • The feature is still missing in the latest version.
  • I have read through the documentation.
  • This isn't an open-ended question (open a discussion if it is).

🍓 Suggested change

When SRE creation finishes successfully, it would be nice to see the Guacamole URL printed on the terminal, to go ahead and check the SRD. Maybe it would also be good to see some "next steps" (i.e. user enrollment,...)

🚂 How could this be done?

Send the information to standard output, maybe?

@cptanalatriste cptanalatriste added the enhancement New functionality that should be added to the Safe Haven label Nov 1, 2024
@JimMadge JimMadge added this to the Release 5.1.0 milestone Nov 1, 2024
@JimMadge JimMadge added the good first issue This is a good issue for newcomers to the project to tackle label Nov 1, 2024
@JimMadge
Copy link
Member

JimMadge commented Nov 1, 2024

The sre FQDN is an output of SRENetworkingComponent

If we exported it from the Pulumi stack here

# Export values for later use
pulumi.export("data", data.exports)
pulumi.export("ldap", ldap_group_names)
pulumi.export("remote_desktop", remote_desktop.exports)
pulumi.export("workspaces", workspaces.exports)

I think we should be able to print it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New functionality that should be added to the Safe Haven good first issue This is a good issue for newcomers to the project to tackle
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants