You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(docs): add Authorization section to Java README template (#1161) (#298)
as a part of the PR 582 for java-logging an authorization section is added to the Java README template.
Fixing googleapis/java-logging#570.
Source-Link: googleapis/synthtool@3d32990
Post-Processor: gcr.io/repo-automation-bots/owlbot-java:latest@sha256:2904b9ad921ecc1343d1cf815bfaafbcc1115c1f39593aef9f8e333ffda552f7
See the [Authentication][authentication] section in the base directory's README.
38
42
43
+
## Authorization
44
+
45
+
The client application making API calls must be granted [authorization scopes][auth-scopes] required for the desired Cloud Workflows APIs, and the authenticated principal must have the [IAM role(s)][predefined-iam-roles] required to access GCP resources using the Cloud Workflows API calls.
46
+
39
47
## Getting Started
40
48
41
49
### Prerequisites
@@ -122,6 +130,7 @@ and on [google-cloud-java][g-c-j].
122
130
This library follows [Semantic Versioning](http://semver.org/).
123
131
124
132
133
+
125
134
## Contributing
126
135
127
136
@@ -133,6 +142,7 @@ Please note that this project is released with a Contributor Code of Conduct. By
133
142
this project you agree to abide by its terms. See [Code of Conduct][code-of-conduct] for more
134
143
information.
135
144
145
+
136
146
## License
137
147
138
148
Apache 2.0 - See [LICENSE][license] for more information.
@@ -165,6 +175,9 @@ Java is a registered trademark of Oracle and/or its affiliates.
0 commit comments