Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

resourceop account: allow delegating services to accounts #84

Merged
merged 1 commit into from
Jun 4, 2024

Conversation

dschofie
Copy link
Member

@dschofie dschofie commented Jun 4, 2024

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.

@dschofie dschofie force-pushed the dschofie/delegate_admin branch 2 times, most recently from cf44ded to 46ea650 Compare June 4, 2024 17:31
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.
@dschofie dschofie force-pushed the dschofie/delegate_admin branch from 46ea650 to 9ee9041 Compare June 4, 2024 17:32
@dschofie dschofie merged commit 187d507 into main Jun 4, 2024
1 check passed
@dschofie dschofie deleted the dschofie/delegate_admin branch June 4, 2024 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant