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

add nginx and open firewall port #731

Merged
merged 1 commit into from
Oct 24, 2024
Merged

Conversation

umjnega
Copy link
Contributor

@umjnega umjnega commented Oct 22, 2024

No description provided.

@umjnega umjnega force-pushed the kubernetes_prometheus branch 2 times, most recently from 99765f3 to 6b27eea Compare October 24, 2024 15:11
@@ -146,6 +146,28 @@
port => 443,
block => 'umich::networks::all_trusted_machines',
}
} else {
include nginx
Copy link
Collaborator

Choose a reason for hiding this comment

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

-    include nginx
+    class { 'nginx':
+      server_tokens: 'off',
+    }

to make it so the server doesn't display its version in 400 responses, in case we do ever open it to the world.

@umjnega
Copy link
Contributor Author

umjnega commented Oct 24, 2024

I'm not finding the failure in the details here... help...

@umjnega umjnega merged commit a9f8a6a into production Oct 24, 2024
1 check passed
@umjnega umjnega deleted the kubernetes_prometheus branch October 24, 2024 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants