File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed
Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -35,12 +35,23 @@ title: Bookstore gRPC API
3535apis :
3636- name : endpoints.examples.bookstore.Bookstore
3737
38+ #
39+ # API usage restrictions.
40+ #
41+ usage :
42+ rules :
43+ - selector : " *"
44+ allow_unregistered_calls : true
45+
46+ #
47+ # Request authentication.
48+ #
3849authentication :
3950 providers :
4051 - id : google_service_account
41- # Replace SERVICE-ACCOUNT-EMAIL with your service account's email address.
42- issuer : SERVICE-ACCOUNT-EMAI
43- jwks_uri : https://www.googleapis.com/robot/v1/metadata/x509/SERVICE-ACCOUNT-EMAI
52+ # Replace SERVICE-ACCOUNT-ID with your service account's email address.
53+ issuer : SERVICE-ACCOUNT-ID
54+ jwks_uri : https://www.googleapis.com/robot/v1/metadata/x509/SERVICE-ACCOUNT-ID
4455 rules :
4556 # This auth rule will apply to all methods.
4657 - selector : " *"
You can’t perform that action at this time.
0 commit comments