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

feat: allow-list option for aws account id #605

Closed

Conversation

jacksonwelsh
Copy link
Contributor

Issue #, if available:

Description of changes:

Users may set the allowed-account-ids input variable to define a comma-separated list of accounts that may be authenticated against.

This input variable is checked against regex that ensures that all provided account IDs are 12 digits1 and are in a comma-separated list.


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Footnotes

  1. via https://docs.aws.amazon.com/organizations/latest/APIReference/API_Account.html

Users may set the `allowed-account-ids` input variable to define a
comma-separated list of accounts that may be authenticated against.

Resolves aws-actions#432
@peterwoodworth
Copy link
Contributor

Unfortunately, we haven't had any capacity to be able to merge changes for this project recently. We're on the push to release a new major version in TypeScript, so we will be feature locked until then. Thank you very much though for this PR, this is great work. Please consider contributing this change once we release v2 (that is, if we don't implement this on our end for v2)

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.

add: allowed-account-ids (to prevent accidents)
2 participants