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

feat(base-cluster/nginx): enable underscores in headers #488

Merged
merged 1 commit into from
Aug 22, 2023

Conversation

marvinWolff
Copy link
Collaborator

In preparation of the migration of customer clusters this change is needed.

@marvinWolff marvinWolff requested a review from cwrau as a code owner August 7, 2023 10:01
@marvinWolff marvinWolff requested a review from a user August 7, 2023 10:01
@teutonet-bot
Copy link
Contributor

🤖 I have diffed this beep boop

"/$namespace/$kind/$name.yaml" for normal resources
"/$namespace/HelmRelease/$name/$namespace/$kind/$name.yaml" for HelmReleases <- this is recursive
'null' means it's either cluster-scoped or it's in the default namespace for the HelmRelease

charts/base-cluster/ci/rbac-values.yaml

charts/base-cluster/ci/imagepullsecrets-values.yaml

charts/base-cluster/values.yaml

charts/base-cluster/ci/artifacthub-values.yaml

charts/base-cluster/ci/flux-gitrepositories-values.yaml

charts/base-cluster/ci/basic-values.yaml

charts/base-cluster/ci/velero-backupStorageLocations-values.yaml

@ghost
Copy link

ghost commented Aug 8, 2023

What does this actually do? I don't find the explanation in the documentation helpful to be honest.

https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/#enable-underscores-in-headers

Enables underscores in header names. default: is disabled

Or let me rephrase this: Why is this even an option and not just working? And why do we need it?

From a technical standpoint, this looks fine.

@marvinWolff
Copy link
Collaborator Author

What does this actually do? I don't find the explanation in the documentation helpful to be honest.

https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/#enable-underscores-in-headers

Enables underscores in header names. default: is disabled

Or let me rephrase this: Why is this even an option and not just working? And why do we need it?

From a technical standpoint, this looks fine.

This is needed for the migration of one customer. It is valid, but not enabled by default in nginx, for whatever reason. I thought it would not hurt to enable this by default everywhere.

Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

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

Clarified questions on the phone.

@marvinWolff marvinWolff merged commit b6b8f0a into main Aug 22, 2023
9 checks passed
@marvinWolff marvinWolff deleted the feat/enable_underscores_nginx branch August 22, 2023 10:15
ghost pushed a commit that referenced this pull request Aug 22, 2023
🤖 I have created a release *beep* *boop*
---


##
[4.6.0](base-cluster-4.5.4...base-cluster-v4.6.0)
(2023-08-22)


### Features

* **base-cluster/nginx:** enable underscores in headers
([#488](#488))
([b6b8f0a](b6b8f0a))
* **base-cluster/velero:** increase velero resources
([#491](#491))
([e9cd094](e9cd094))


### Bug Fixes

* **base-cluster/backup:** typos in credential keys
([#497](#497))
([b990a04](b990a04))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
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