Skip to content

Commit 0327851

Browse files
committed
readme cleanup
1 parent dca4a02 commit 0327851

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

appengine/iap/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Identity-Aware Proxy sample for Google App Engine
1+
# Cloud Identity-Aware Proxy sample for Google App Engine
22

3-
This sample demonstrates how to use the [Identity-Aware Proxy][iap-docs] on [Google App
3+
This sample demonstrates how to use the [Cloud Identity-Aware Proxy][iap-docs] on [Google App
44
Engine][ae-docs].
55

66
[iap-docs]: https://cloud.google.com/iap/docs/

iap/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Cloud Identity-Aware Proxy Java Samples
22
Cloud Identity-Aware Proxy (Cloud IAP) lets you manage access to applications running in Compute Engine, App Engine standard environment, and Container Engine. Cloud IAP establishes a central authorization layer for applications accessed by HTTPS, enabling you to adopt an application-level access control model instead of relying on network-level firewalls. When you enable Cloud IAP, you must also use signed headers or the App Engine standard environment Users API to secure your app.
3+
34
## Setup
45
- A Google Cloud project with billing enabled
56
- [Create an App engine service account](https://cloud.google.com/docs/authentication#getting_credentials_for_server-centric_flow) and download the credentials file as JSON.
@@ -10,7 +11,6 @@ Cloud Identity-Aware Proxy (Cloud IAP) lets you manage access to applications ru
1011
```
1112

1213
## Description
13-
1414
- [BuildIapRequest.java](src/main/java/com/example/iap/BuildIapRequest.java) demonstrates how to set the
1515
`Authorization : Bearer` header to authorize access to an IAP protected URL.
1616
- [VerifyIapRequestHeader.java](src/main/java/com/example/iap/VerifyIapRequestHeader.java) demonstrates how to

0 commit comments

Comments
 (0)