You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
resourceop account: allow delegating services to accounts
This allows someone to delegate different service principals to accounts
managed in telophase. One example is:
```
OrganizationUnits:
- Name: Security
Accounts:
- Email: [email protected]
AccountName: Audit
DelegatedAdministratorServices:
- "config.amazonaws.com"
- "config-multiaccountsetup.amazonaws.com"
```
This will end up calling `register-delegated-admin` with the listed
service principals on the account defined.
Copy file name to clipboardExpand all lines: mintlifydocs/config/organization.mdx
+1
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,7 @@ Accounts:
49
49
# If deleting an account you need to pass in --allow-account-delete to telophasecli as a confirmation of the deletion.
50
50
Tags: # (Optional) Telophase label for this account. Tags translate to AWS tags with a `=` as the key value delimiter. For example, `telophase:env=prod`
51
51
Stacks: # (Optional) Terraform, Cloudformation and CDK stacks to apply to all accounts in this Organization Unit.
52
+
DelegatedAdministratorServices: # (Optional) List of delegated service principals for the current account (e.g. config.amazonaws.com)
0 commit comments