Skip to content

Commit 3f57f82

Browse files
committed
Merge branch 'master' of https://github.com/GoogleCloudPlatform/java-docs-samples into pubsub_getting_started
2 parents f3176bc + 7c0545b commit 3f57f82

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Technology Samples:
1919
* [Bigquery](bigquery)
2020
* [Datastore](datastore)
2121
* [Endpoints](endpoints)
22+
* [Identity-Aware Proxy](iap)
2223
* [Key Management Service](kms)
2324
* [Logging](logging)
2425
* [Monitoring](monitoring)

appengine/iap/src/main/webapp/WEB-INF/appengine-web.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@
1212
limitations under the License.
1313
-->
1414
<appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
15-
<version>alpha-001</version>
1615
<threadsafe>true</threadsafe>
1716
</appengine-web-app>

iap/README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ Cloud Identity-Aware Proxy (Cloud IAP) lets you manage access to applications ru
1010
```
1111
gcloud init
1212
```
13-
If this is your first time creating an App engine application:
14-
```
15-
gcloud app create
16-
```
1713

1814
## Description
1915
- [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.
2420
## Testing
2521
- Deploy the [demo app engine application](../appengine/iap/README.md). This application will return the JWT token to an authorized incoming request.
2622
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-
```
3123
- [Enable](https://cloud.google.com/iap/docs/app-engine-quickstart) Identity-Aware Proxy on the App Engine app.
3224
- Add the service account email to the Identity-Aware Proxy access list for the project.
3325
- Set the environment variable `IAP_PROTECTED_URL` to point to `https://your-project-id.appspot.com`

0 commit comments

Comments
 (0)