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

Moving HTTPD configuration to SSM parameters #2

Merged
merged 13 commits into from
May 30, 2024
Merged

Conversation

jpl-btlunsfo
Copy link
Contributor

Moving the httpd configuration for the unity-proxy container to SSM parameters, to let us fetch them on container startup.

Should ease the heartburn of unity-sds/unity-cs#403.

@jpl-btlunsfo jpl-btlunsfo self-assigned this May 23, 2024
@jpl-btlunsfo jpl-btlunsfo marked this pull request as draft May 23, 2024 21:16
@jpl-btlunsfo
Copy link
Contributor Author

Will be testing with a proper management console deployment over the next few days.

Kicking all of the new ssm parameters to their own TF file for sanity
Pulling the virtualhost definitions out of the startup py and into actual ssm definitions, which should allow us to add additional virtualhosts down the line, if necessary
@jpl-btlunsfo
Copy link
Contributor Author

All right, I think this is finally tested and generally ready to merge in.

Just to note, with all of the changes involved here, this line will need to be changed to whatever (actual) version number this will be built as.

default = "dc16bff"

Right now, it's just pointing at a copy of the image I manually built and pushed. Unfortunately the management console doesn't respect the variables provided by the marketplace entry, so this line has to be hardcoded, and is the only control (until such time as the management console parameterizes it properly).

@jpl-btlunsfo jpl-btlunsfo marked this pull request as ready for review May 30, 2024 00:09
Copy link
Contributor

@mike-gangl mike-gangl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we are just getting the proxy working and saving mgmt /location changes for another PR, then we need to make sure we're opening a ticket for that.

README.md Show resolved Hide resolved
Dockerfile Outdated Show resolved Hide resolved
terraform-unity/ssm.tf Show resolved Hide resolved
Also replacing every instance of deployment_name and install_prefix with project-venue
@jpl-btlunsfo
Copy link
Contributor Author

@mike-gangl @galenatjpl ready for actual merge, I think.

README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
@galenatjpl galenatjpl merged commit 7ee5ec2 into main May 30, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants