We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In addition to the existing file uploader.
The text was updated successfully, but these errors were encountered:
Also: console-enabled user that can view the "raw/" folder (at least, but likely the whole thing) in read-only mode.
Sorry, something went wrong.
For console user: add policies to manage their access keys and their MFA settings.
Add info on the workflow how to add different users to the account.
Used some of this in experimentation: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_examples_iam_mfa-selfmanage.html (but that prevents most of the CLI access as is, due to the BlockMostAccessUnlessSignedInWithMFA section) and https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_examples_iam_credentials_console.html to rotate their own credentials. But this needs more work.
BlockMostAccessUnlessSignedInWithMFA
infrastructure: add "validation" user group to access validation files
ae522e0
Accessing the `validation/` prefix and contents only. Connects-to: #11 Signed-off-by: Gergely Imreh <[email protected]>
imrehg
No branches or pull requests
In addition to the existing file uploader.
The text was updated successfully, but these errors were encountered: