Merge pull request #46717 from pegasas/issues/46622

Fix incorrect statement about Basic auth Secrets
pull/46989/head
Kubernetes Prow Robot 2024-06-26 11:54:31 -07:00 committed by GitHub
commit 79cf2687cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -335,7 +335,6 @@ You can create an `Opaque` type for credentials used for basic authentication.
However, using the defined and public Secret type (`kubernetes.io/basic-auth`) helps other
people to understand the purpose of your Secret, and sets a convention for what key names
to expect.
The Kubernetes API verifies that the required keys are set for a Secret of this type.
### SSH authentication Secrets