Skip to content

Commit

Permalink
update from comments
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 20, 2026
1 parent ffd68d8 commit b4cb30e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
8 changes: 0 additions & 8 deletions policies/sc-dbuser/policy.tf
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,6 @@ data "aws_iam_policy_document" "inline" {
"secretsmanager:DescribeSecret",
"secretsmanager:GetSecretValue",
]
# Enforce expected principal attribute shape: 8-character JBID.
condition {
test = "StringLike"
variable = "aws:PrincipalTag/jbid"
values = [
"????????"
]
}
# Secret must be tagged to the same JBID as the caller.
condition {
test = "StringEquals"
Expand Down
4 changes: 2 additions & 2 deletions policies/sc-dbuser/settings.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ locals {
"ReadOnlyAccess",
]
customer_managed_policy_names = {}
relay_state = null
inline_policy = data.aws_iam_policy_document.inline
relay_state = null
inline_policy = data.aws_iam_policy_document.inline
}

0 comments on commit b4cb30e

Please sign in to comment.