Skip to content

Commit

Permalink
[모니터링] scc-monitoring service account 가 deploy-secret role 을 사용할 수 있도록 (
Browse files Browse the repository at this point in the history
#240)

feat: add scc-monitoring service account to deploy secret role
  • Loading branch information
jyoo0515 authored Mar 17, 2024
1 parent d564179 commit 5595de1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion infra/terraform/scc/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ data "aws_iam_policy_document" "scc_deploy_secret" {
variable = "k3s.staircrusher.club:sub"
values = [
"system:serviceaccount:scc:scc-server-deploy-secret",
"system:serviceaccount:scc-redash:scc-redash-deploy-secret"
"system:serviceaccount:scc-redash:scc-redash-deploy-secret",
"system:serviceaccount:scc-monitoring:scc-monitoring-deploy-secret",
]
}
}
Expand Down

0 comments on commit 5595de1

Please sign in to comment.