File tree 1 file changed +14
-3
lines changed
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
35
35
apis :
36
36
- name : endpoints.examples.bookstore.Bookstore
37
37
38
+ #
39
+ # API usage restrictions.
40
+ #
41
+ usage :
42
+ rules :
43
+ - selector : " *"
44
+ allow_unregistered_calls : true
45
+
46
+ #
47
+ # Request authentication.
48
+ #
38
49
authentication :
39
50
providers :
40
51
- 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
44
55
rules :
45
56
# This auth rule will apply to all methods.
46
57
- selector : " *"
You can’t perform that action at this time.
0 commit comments