Skip to content

Commit e140374

Browse files
committed
fix style issues
1 parent 8745020 commit e140374

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

gcp-auth-extension/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ The extension takes care of the necessary configuration required to authenticate
1010
```shell
1111
gcloud auth application-default login
1212
```
13+
1314
Executing this command will save your application credentials to default path which will depend on the type of machine -
15+
1416
- Linux, macOS: `$HOME/.config/gcloud/application_default_credentials.json`
1517
- Windows: `%APPDATA%\gcloud\application_default_credentials.json`
1618

@@ -19,6 +21,7 @@ Executing this command will save your application credentials to default path wh
1921
Next, export the credentials to `GOOGLE_APPLICATION_CREDENTIALS` environment variable -
2022

2123
For Linux & MacOS:
24+
2225
```shell
2326
export GOOGLE_APPLICATION_CREDENTIALS=$HOME/.config/gcloud/application_default_credentials.json
2427
```
@@ -66,3 +69,10 @@ application {
6669
'-Dotel.metrics.exporter=logging',
6770
}
6871
```
72+
73+
## Component Owners
74+
75+
- [Josh Suereth](https://github.com/jsuereth), Google
76+
- [Pranav Sharma](https://github.com/psx95), Google
77+
78+
Learn more about component owners in [component_owners.yml](../.github/component_owners.yml).

0 commit comments

Comments
 (0)