File tree Expand file tree Collapse file tree 3 files changed +1
-9
lines changed
appengine/iap/src/main/webapp/WEB-INF Expand file tree Collapse file tree 3 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ Technology Samples:
19
19
* [ Bigquery] ( bigquery )
20
20
* [ Datastore] ( datastore )
21
21
* [ Endpoints] ( endpoints )
22
+ * [ Identity-Aware Proxy] ( iap )
22
23
* [ Key Management Service] ( kms )
23
24
* [ Logging] ( logging )
24
25
* [ Monitoring] ( monitoring )
Original file line number Diff line number Diff line change 12
12
limitations under the License.
13
13
-->
14
14
<appengine-web-app xmlns =" http://appengine.google.com/ns/1.0" >
15
- <version >alpha-001</version >
16
15
<threadsafe >true</threadsafe >
17
16
</appengine-web-app >
Original file line number Diff line number Diff line change @@ -10,10 +10,6 @@ Cloud Identity-Aware Proxy (Cloud IAP) lets you manage access to applications ru
10
10
```
11
11
gcloud init
12
12
```
13
- If this is your first time creating an App engine application:
14
- ```
15
- gcloud app create
16
- ```
17
13
18
14
## Description
19
15
- [ BuildIapRequest.java] ( src/main/java/com/example/iap/BuildIapRequest.java ) demonstrates how to set the
@@ -24,10 +20,6 @@ verify the JWT token in an incoming request to an IAP protected resource.
24
20
## Testing
25
21
- Deploy the [ demo app engine application] ( ../appengine/iap/README.md ) . This application will return the JWT token to an authorized incoming request.
26
22
It will be used to test both the authorization of an incoming request to an IAP protected resource and the JWT token returned from IAP.
27
- - Deploy the application to the project
28
- ```
29
- mvn clean appengine: deploy
30
- ```
31
23
- [ Enable] ( https://cloud.google.com/iap/docs/app-engine-quickstart ) Identity-Aware Proxy on the App Engine app.
32
24
- Add the service account email to the Identity-Aware Proxy access list for the project.
33
25
- Set the environment variable ` IAP_PROTECTED_URL ` to point to ` https://your-project-id.appspot.com `
You can’t perform that action at this time.
0 commit comments