mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-04-26 00:29:44 -04:00
base64 allows usage of new line characters and some tools use them. As a result, the length of the encoded string cannot be used to determine whether it's padded or not. This patch fixes the regression after #82148. |
||
|---|---|---|
| .. | ||
| aws | ||
| azure | ||
| gcp | ||
| secrets | ||
| BUILD | ||
| config.go | ||
| config_test.go | ||
| doc.go | ||
| keyring.go | ||
| keyring_test.go | ||
| OWNERS | ||
| plugins.go | ||
| provider.go | ||
| provider_test.go | ||