auth/kubernetes docs: Correct default issuer (#10900)
As per 207d1b4c1c/path_login.go (L24)
, the default issuer when none is set is `kubernetes/serviceaccount`.
This commit is contained in:
parent
ba9b3318d8
commit
5f9891f992
|
@ -39,7 +39,7 @@ access the Kubernetes API.
|
|||
extracted. Not every installation of Kubernetes exposes these
|
||||
keys.
|
||||
- `issuer` `(string: "")` - Optional JWT issuer. If no issuer is specified, then this plugin will
|
||||
use `kubernetes.io/serviceaccount` as the default issuer.
|
||||
use `kubernetes/serviceaccount` as the default issuer.
|
||||
- `disable_iss_validation` `(bool: false)` - Disable JWT issuer validation. Allows to skip ISS validation.
|
||||
- `disable_local_ca_jwt` `(bool: false)` - Disable defaulting to the local CA cert and service account JWT when running in a Kubernetes pod.
|
||||
|
||||
|
|
Loading…
Reference in New Issue