Skip to content

Commit cd9f6c4

Browse files
Apply suggestions from code review
Co-authored-by: Jessica <[email protected]>
1 parent 0934512 commit cd9f6c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

containers/kubernetes/how-to/manage-kubeconfig-with-iam.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ Scaleway's Identity and Access Management (IAM) is now being used to generate Ku
2828
- Applications within the cluster are authenticated using specific tokens.
2929
- This authentication method is particularly useful when a pod needs to interact with the Kubernetes API, as it can authenticate using its associated [Service Account](https://kubernetes.io/docs/concepts/security/service-accounts/).
3030

31-
[Identity and Access Management (IAM)](https://www.scaleway.com/en/docs/identity-and-access-management/iam/concepts/#iam) provides control over resource access. IAM policies enable the configuration of permissions for Kubernetes Kapsule clusters at the Project level.
31+
[Identity and Access Management (IAM)](/identity-and-access-management/iam/concepts/#iam) provides control over resource access. IAM policies enable the configuration of permissions for Kubernetes Kapsule clusters at the Project level.
3232

33-
An [IAM policy](https://www.scaleway.com/en/docs/identity-and-access-management/iam/concepts/#policy) defines the permissions for users, groups, and applications within an Organization. It consists of a [principal](https://www.scaleway.com/en/docs/identity-and-access-management/iam/concepts/#principal) (the user, group, or application to which it applies) and IAM rules that specify permission sets and their scope.
33+
An [IAM policy](/identity-and-access-management/iam/concepts/#policy) defines the permissions for users, groups, and applications within an Organization. It consists of a [principal](/identity-and-access-management/iam/concepts/#principal) (the user, group, or application to which it applies) and IAM rules that specify permission sets and their scope.
3434

3535
The [combination of IAM and Kubernetes RBAC (Role-based Acccess Control)](/containers/kubernetes/reference-content/set-iam-permissions-and-implement-rbac/) allows you to define fine-grained access levels for cluster users.
3636

@@ -42,8 +42,8 @@ The [combination of IAM and Kubernetes RBAC (Role-based Acccess Control)](/conta
4242
<Macro id="iam-requirements" />
4343

4444
<Message type="requirement">
45-
- You have an account and are logged into the [Scaleway console](https://console.scaleway.com)
46-
- You have [created](/containers/kubernetes/how-to/create-cluster) a Kubernetes Kapsule cluster
45+
- A Scaleway account logged into the [console](https://console.scaleway.com)
46+
- [Created](/containers/kubernetes/how-to/create-cluster) a Kubernetes Kapsule cluster
4747
</Message>
4848

4949
## Setting up access

0 commit comments

Comments
 (0)