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

Feature/httpd conf cleanup #68

Merged
merged 24 commits into from
Feb 2, 2023
Merged

Conversation

jasperkamerling
Copy link
Contributor

No description provided.

The *:443 will catch everything before _default_:443 because * has a higher precedence.
See: https://httpd.apache.org/docs/2.4/vhosts/examples.html#default

Signed-off-by: Jasper Kamerling <jasper.kamerling@alliander.com>
Signed-off-by: Jasper Kamerling <jasper.kamerling@alliander.com>
Signed-off-by: Jasper Kamerling <jasper.kamerling@alliander.com>
Signed-off-by: Jasper Kamerling <jasper.kamerling@alliander.com>
Signed-off-by: Jasper Kamerling <jasper.kamerling@alliander.com>
Signed-off-by: Jasper Kamerling <jasper.kamerling@alliander.com>
Signed-off-by: Jasper Kamerling <jasper.kamerling@alliander.com>
Signed-off-by: Jasper Kamerling <jasper.kamerling@alliander.com>
Signed-off-by: Jasper Kamerling <jasper.kamerling@alliander.com>
Signed-off-by: Jasper Kamerling <jasper.kamerling@alliander.com>
Signed-off-by: Jasper Kamerling <jasper.kamerling@alliander.com>
Signed-off-by: Jasper Kamerling <jasper.kamerling@alliander.com>
Signed-off-by: Jasper Kamerling <jasper.kamerling@alliander.com>
Signed-off-by: Jasper Kamerling <jasper.kamerling@alliander.com>
Signed-off-by: Jasper Kamerling <jasper.kamerling@alliander.com>
Signed-off-by: Jasper Kamerling <jasper.kamerling@alliander.com>
@jasperkamerling jasperkamerling force-pushed the feature/httpd-conf-cleanup branch 2 times, most recently from 83157ff to a647bab Compare February 1, 2023 14:43
Signed-off-by: Jasper Kamerling <jasper.kamerling@alliander.com>
Signed-off-by: Jasper Kamerling <jasper.kamerling@alliander.com>
Signed-off-by: Jasper Kamerling <jasper.kamerling@alliander.com>
Signed-off-by: Jasper Kamerling <jasper.kamerling@alliander.com>
Signed-off-by: Jasper Kamerling <jasper.kamerling@alliander.com>
Signed-off-by: Jasper Kamerling <jasper.kamerling@alliander.com>
Signed-off-by: Jasper Kamerling <jasper.kamerling@alliander.com>
{{- else }}
ServerName {{ .Release.Name }}.{{ .Release.Namespace -}}
{{ end }}
Listen {{ .Values.httpdSidecar.port }}
Copy link
Member

Choose a reason for hiding this comment

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

Wouldn't it make sense to use the default 443 port here, since SSL/TLS is enabled by default in this config?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

only root use is allowed to use ports under 1024. Our goal should be to run everything as non root I think this is a sensible default.

charts/gxf/templates/configmap.yaml Show resolved Hide resolved
charts/gxf/templates/deployment.yaml Show resolved Hide resolved
charts/gxf/templates/deployment.yaml Outdated Show resolved Hide resolved
charts/gxf/templates/deployment.yaml Outdated Show resolved Hide resolved
charts/gxf/templates/ingress-gate.yaml Show resolved Hide resolved
charts/gxf/values.yaml Show resolved Hide resolved
Signed-off-by: Jasper Kamerling <jasper.kamerling@alliander.com>
@jasperkamerling jasperkamerling merged commit 21a452c into main Feb 2, 2023
@jasperkamerling jasperkamerling deleted the feature/httpd-conf-cleanup branch February 2, 2023 15:57
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.

3 participants