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

Docs: updating docs to include principal in IAM policy #133

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kmanzana
Copy link

I got this error when using the example IAM policy from the readme: Missing required field Principal - undefined. Adding "Principal": "*", to each statement fixed it for me.

@fredjean
Copy link
Owner

The change that you are proposing would open up your bucket to any users. Probably not the best policy.

In my case, I created the policy and then attached it to a new user. That probably injected the specific principal.

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.

2 participants