-
Notifications
You must be signed in to change notification settings - Fork 199
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
secrets: name validation seems broken #1563
Comments
@rhatdan PTAL |
I wanted to allow any character that an be placed on a file or environment variable. For example an Email address I am willing to add more constraints, but not as strict as it was before. |
Perhaps eliminate
|
Can we revert the other commit? We're blocked on vendoring c/common into Podman. |
Why? And no. |
As mentioned above, it's blocking c/common from being vendored into c/podman (see containers/podman#19178) for over a week. |
vendoring was fixed in containers/podman#19187, we have to click rebase on the renovate PRs! The original motivation seems to be #1494 which links to https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#dns-subdomain-names Container, pod, image, volume names they all are limited in a similar way so why should secret be special? |
Thanks! I didn't notice this PR. |
This changed in #1541 without any explanation:
(then slightly tweaked in #1562).
I believe this is really badly broken:
Maybe the idea was to allow Unicode? If so, this is not the way to do it.
The text was updated successfully, but these errors were encountered: