Anybody know how to share a SecretsManager secret,...
# general
f
Anybody know how to share a SecretsManager secret, setting the principal as an entire AWS organization? Would be nice if we could make a centralized secrets store in one account that accounts in a particular "organizational unit" can access easily.
b
however, you likely don’t want to do this because you generally want to restrict access to secrets based on the IAM role
if you only use a condition key it allows access from all IAM roles
f
So I think AWS doesn't support using that condition key on secrets. And your answer explains why that probably is. Super helpful. Thank you!