Skip to content

Commit 96724ea

Browse files
docs(binary_authorization): Clarified some language around authentication configuration
1 parent 60a054f commit 96724ea

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

google-cloud-binary_authorization/AUTHENTICATION.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ client = Google::Cloud::BinaryAuthorization.binauthz_management_service
8282

8383
### Configuration
8484

85-
The **Credentials JSON** can be configured instead of placing them in
86-
environment variables. Either on an individual client initialization:
85+
The path to the **Credentials JSON** file can be configured instead of storing
86+
it in an environment variable. Either on an individual client initialization:
8787

8888
```ruby
8989
require "google/cloud/binary_authorization"
@@ -93,7 +93,7 @@ client = Google::Cloud::BinaryAuthorization.binauthz_management_service do |conf
9393
end
9494
```
9595

96-
Or configured globally for all clients:
96+
Or globally for all clients:
9797

9898
```ruby
9999
require "google/cloud/binary_authorization"

google-cloud-binary_authorization/synth.metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/google-cloud-ruby.git",
7-
"sha": "98e412862d1229e0f54ba913f1d6640342d697af"
7+
"sha": "23c688ce5c9b1d8c1ff54bbf945883df336cdff7"
88
}
99
},
1010
{

0 commit comments

Comments
 (0)