Skip to content

Commit

Permalink
chore: add impersonation docs #317
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan committed Oct 17, 2023
1 parent f6d72d4 commit 979929a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ gcloud auth application-default login
apigeecli orgs list --default-token
```

or through impersonation

```sh
gcloud auth application-default login --impersonate-service-account <SA>
apigeecli orgs list --default-token
```

### Access Token Generation from Service Accounts

`apigeecli` can use the service account directly and obtain an access token.
Expand Down

0 comments on commit 979929a

Please sign in to comment.