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
{{ message }}
This repository was archived by the owner on Sep 16, 2023. It is now read-only.
chore(docs): add Authorization section to Java README template (#1161) (#514)
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.
65
71
72
+
## Authorization
73
+
74
+
The client application making API calls must be granted [authorization scopes][auth-scopes] required for the desired Kubernetes Engine APIs, and the authenticated principal must have the [IAM role(s)][predefined-iam-roles] required to access GCP resources using the Kubernetes Engine API calls.
75
+
66
76
## Getting Started
67
77
68
78
### Prerequisites
@@ -149,6 +159,7 @@ and on [google-cloud-java][g-c-j].
149
159
This library follows [Semantic Versioning](http://semver.org/).
150
160
151
161
162
+
152
163
## Contributing
153
164
154
165
@@ -160,6 +171,7 @@ Please note that this project is released with a Contributor Code of Conduct. By
160
171
this project you agree to abide by its terms. See [Code of Conduct][code-of-conduct] for more
161
172
information.
162
173
174
+
163
175
## License
164
176
165
177
Apache 2.0 - See [LICENSE][license] for more information.
@@ -192,6 +204,9 @@ Java is a registered trademark of Oracle and/or its affiliates.
0 commit comments