Skip to content

Commit 8951456

Browse files
committed
added docs avout cross account arn
1 parent 69c903c commit 8951456

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

docs/configuration/metric-providers-aws.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,10 @@ Quick Start
7878
prometheus_ssl_enabled: true
7979
additional_labels: # Add cluster label to all queries
8080
cluster: my_cluster_name
81-
81+
# Optional: Configure cross-account role assumption for AMP
82+
# Set assume_role_arn if your Prometheus workspace is in a different AWS account
83+
# than the one running your Kubernetes service account.
84+
# assume_role_arn: arn:aws:iam::<ACCOUNT_ID>:role/<AMP_IAM_ROLE>
8285
8386
runnerServiceAccount:
8487
annotations:
@@ -96,6 +99,11 @@ Quick Start
9699
value: "aps"
97100
- name: AWS_REGION
98101
value: "us-east-1" # Your workspace region
102+
# Optional: Configure cross-account role assumption for AMP
103+
# Set this if your Prometheus workspace is in a different AWS account
104+
# than the one running your Kubernetes service account.
105+
# - name: AWS_ASSUME_ROLE
106+
# value: "arn:aws:iam::<ACCOUNT_ID>:role/<AMP_IAM_ROLE>"
99107
100108
2. :ref:`Update Robusta <Simple Upgrade>`
101109

0 commit comments

Comments
 (0)