mirror of https://github.com/hashicorp/consul
Fix broken links in Consul docs
parent
48f0a2837b
commit
fba9e901d6
|
@ -76,13 +76,13 @@ The Kubernetes service account corresponding to the configured
|
||||||
[`ServiceAccountJWT`](/consul/docs/security/acl/auth-methods/kubernetes#serviceaccountjwt)
|
[`ServiceAccountJWT`](/consul/docs/security/acl/auth-methods/kubernetes#serviceaccountjwt)
|
||||||
needs to have access to two Kubernetes APIs:
|
needs to have access to two Kubernetes APIs:
|
||||||
|
|
||||||
- [**TokenReview**](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.11/#create-tokenreview-v1-authentication-k8s-io)
|
- [**TokenReview**](https://kubernetes.io/docs/reference/kubernetes-api/authentication-resources/token-review-v1/)
|
||||||
|
|
||||||
-> Kubernetes should be running with `--service-account-lookup`. This is
|
-> Kubernetes should be running with `--service-account-lookup`. This is
|
||||||
defaulted to true in Kubernetes 1.7, but any versions prior should ensure
|
defaulted to true in Kubernetes 1.7, but any versions prior should ensure
|
||||||
the Kubernetes API server is started with this setting.
|
the Kubernetes API server is started with this setting.
|
||||||
|
|
||||||
- [**ServiceAccount**](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.11/#read-serviceaccount-v1-core)
|
- [**ServiceAccount**](https://kubernetes.io/docs/reference/access-authn-authz/authentication/#service-account-tokens)
|
||||||
(`get`)
|
(`get`)
|
||||||
|
|
||||||
The following is an example
|
The following is an example
|
||||||
|
|
Loading…
Reference in New Issue