Skip to content

Conversation

@luciano-buono
Copy link
Contributor

@luciano-buono luciano-buono commented Dec 2, 2025

Summary

Task: SD-1421

Tested in cloud cluster:
https://github.com/saritasa-nest/saritasa-cloud-kubernetes-aws/pull/155
https://github.com/saritasa-nest/saritasa-cloud-infra-aws/pull/54

Instructions

If you are using any of the these products, then remember to enable the Service account and attach a role with the following permissions:

rbac:
  serviceAccount:
    enabled: true
    annotations:
      eks.amazonaws.com/role-arn: arn:aws:iam::{account-id}:role/{role-name}

IAM permissions:

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Effect": "Allow",
            "Action": [
                "rds:DescribeDBInstances",
                "eks:DescribeCluster"
            ],
            "Resource": "*"
        }
    ]
}

@luciano-buono luciano-buono self-assigned this Dec 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants