Skip to content

Commit

Permalink
Improve storage bucket acls (#131)
Browse files Browse the repository at this point in the history
Improve storage bucket acls
  • Loading branch information
chrisst authored Jan 22, 2020
2 parents 0005cba + d7a571b commit 44e07e0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions plugins/modules/gcp_storage_bucket_access_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,19 @@
- This should not be set unless you know what you're doing.
- This only alters the User Agent string for any API requests.
type: str
notes:
- 'API Reference: U(https://cloud.google.com/storage/docs/json_api/v1/bucketAccessControls)'
- 'Official Documentation: U(https://cloud.google.com/storage/docs/access-control/lists)'
- for authentication, you can set service_account_file using the C(gcp_service_account_file)
env variable.
- for authentication, you can set service_account_contents using the C(GCP_SERVICE_ACCOUNT_CONTENTS)
env variable.
- For authentication, you can set service_account_email using the C(GCP_SERVICE_ACCOUNT_EMAIL)
env variable.
- For authentication, you can set auth_kind using the C(GCP_AUTH_KIND) env variable.
- For authentication, you can set scopes using the C(GCP_SCOPES) env variable.
- Environment variables values will only be used if the playbook values are not set.
- The I(service_account_email) and I(service_account_file) options are mutually exclusive.
'''

EXAMPLES = '''
Expand Down

0 comments on commit 44e07e0

Please sign in to comment.