File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,9 @@ The extension takes care of the necessary configuration required to authenticate
1010``` shell
1111gcloud auth application-default login
1212```
13+
1314Executing 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
1921Next, export the credentials to ` GOOGLE_APPLICATION_CREDENTIALS ` environment variable -
2022
2123For Linux & MacOS:
24+
2225``` shell
2326export 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 ) .
You can’t perform that action at this time.
0 commit comments