Skip to content

Commit

Permalink
Pub/Sub fix markup (#1408)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaaym authored and anguillanneuf committed May 7, 2019
1 parent 5173029 commit 427bf71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appengine-java8/pubsub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ gcloud beta pubsub subscriptions create <your-subscription-name> \
- Create a subscription for authenticated pushes to send messages to a Google Cloud Project URL such as https://<your-project-id>.appspot.com/authenticated-push.

The push auth service account must have Service Account Token Creator Role assigned, which can be done in the Cloud Console [IAM & admin](https://console.cloud.google.com/iam-admin/iam) UI.
`--push-auth-token-audience` is optional. If set, remember to modify the audience field check in [PubSubAuthenticatedPush.java](src/main/java/com/example/appengine/pubsub/PubSubAuthenticatedPush.java#L36).
`--push-auth-token-audience` is optional. If set, remember to modify the audience field check in [PubSubAuthenticatedPush.java](src/main/java/com/example/appengine/pubsub/PubSubAuthenticatedPush.java#L48).

```
gcloud beta pubsub subscriptions create <your-subscription-name> \
Expand Down

0 comments on commit 427bf71

Please sign in to comment.