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

🔐 Secure admin site with proxy and SSL #35

Merged
merged 5 commits into from
Aug 24, 2022
Merged

🔐 Secure admin site with proxy and SSL #35

merged 5 commits into from
Aug 24, 2022

Conversation

mrharpo
Copy link
Contributor

@mrharpo mrharpo commented Aug 23, 2022

Admin proxy

ov-nginx

  • Adds ingress control for admin site: ov-admin.k8s.wgbhdigital.org
  • proxy_pass to ov-wag
  • Adds server_name to frontend config: ovfrontend.k8s.wgbhdigital.org

Related to ov-wag #48
Also: Closes #34

@mrharpo mrharpo self-assigned this Aug 23, 2022
@mrharpo mrharpo added CD 🏗️ Relating to Continuous Deployment maintenance 🔧 Updates and upgrades labels Aug 23, 2022
@mrharpo mrharpo added this to the v0.2.0 Deploy 🌇 milestone Aug 23, 2022
@mrharpo mrharpo mentioned this pull request Aug 23, 2022
1 task
@mrharpo mrharpo requested a review from afred August 24, 2022 19:12
server {
listen 80 default_server;
server_name ovfrontend.k8s.wgbhdigital.org;
Copy link
Contributor

Choose a reason for hiding this comment

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

ov-frontend vs ovfrontend?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Came configured that way.

ov-front?

Copy link
Contributor

Choose a reason for hiding this comment

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

ah, i see. i guess we can change it later if we want, but shouldn't block this.

Copy link
Contributor

@afred afred left a comment

Choose a reason for hiding this comment

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

👍

@afred afred merged commit cde6698 into main Aug 24, 2022
@afred afred deleted the 34-nginx branch August 24, 2022 19:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CD 🏗️ Relating to Continuous Deployment maintenance 🔧 Updates and upgrades
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🔐 Secure admin site with SSL
2 participants