Auth inheritance not scoping to stack #122
Unanswered
seanlongnyc
asked this question in
Essential Support
Replies: 3 comments 1 reply
|
Apologies for the delay. Escalating this. |
0 replies
|
seanlongnyc we are going to test this and fix ASAP. If we find any issues in Atmos, the fix will be released in the next release this week |
1 reply
|
seanlongnyc please try the latest Atmos release https://github.com/cloudposse/atmos/releases/tag/v1.215.0, let us know how it's working for you. The release contains the following fixes: cloudposse/atmos#2303 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Our stacks run fine normally. We have our atmos profiles defined in
/rootfs/usr/local/etc/atmos/profiles/*And define/reference the corresponding identity for stacks in
/stacks/orgs/gold/*/*/_defaults.yamlEncountered an issue where if
/stacks/orgs/gold/data/staging/us-east-1/monitoring-agent.yamlhas the following lines added:
Then all stacks across all OUs begin to load that identity. Here is debug logs showing that the plan is run on a
plat-stagingstack and loads the identity fordata-staging. We also tried theplat-prodstack and had the same resultsWe've tested in Atmos 1.210 , 1.211, and 1.213
All reactions