8000 change direct link to relative link (#8839) · ArduinoBot/website@e7679e8 · GitHub
[go: up one dir, main page]

Skip to content

Commit e7679e8

Browse files
lovejoyk8s-ci-robot
authored andcommitted
change direct link to relative link (kubernetes#8839)
1 parent 908f40f commit e7679e8

File tree

1 file changed

+4
-4
lines changed
  • content/en/docs/concepts/configuration

1 file changed

+4
-4
lines changed

content/en/docs/concepts/configuration/secret.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -667,8 +667,8 @@ it to read a file.
667667

668668
When deploying applications that interact with the secrets API, access should be
669669
limited using [authorization policies](
670-
https://kubernetes.io/docs/admin/authorization/) such as [RBAC](
671-
https://kubernetes.io/docs/admin/authorization/rbac/).
670+
/docs/reference/access-authn-authz/authorization/) such as [RBAC](
671+
/docs/reference/access-authn-authz/rbac/).
672672

673673
Secrets often hold values that span a spectrum of importance, many of which can
674674
cause escalations within Kubernetes (e.g. service account tokens) and to
@@ -685,7 +685,7 @@ privileged, system-level components.
685685
Applications that need to access the secrets API should perform `get` requests on
686686
the secrets they need. This lets administrators restrict access to all secrets
687687
while [white-listing access to individual instances](
688-
https://kubernetes.io/docs/admin/authorization/rbac/#referring-to-resources) that
688+
/docs/reference/access-authn-authz/rbac/#referring-to-resources) that
689689
the app needs.
690690

691691
For improved performance over a looping `get`, clients can design resources that
@@ -748,5 +748,5 @@ Pod level](#use-case-secret-visible-to-one-container-in-a-pod).
748748
single node.
749749

750750
{{< note >}}
751-
**Note:** As of 1.7 [encryption of secret data at rest is supported](https://kubernetes.io/docs/tasks/administer-cluster/encrypt-data/).
751+
**Note:** As of 1.7 [encryption of secret data at rest is supported](/docs/tasks/administer-cluster/encrypt-data/).
752752
{{< /note >}}

0 commit comments

Comments
 (0)
0