Skip to content

Commit

Permalink
Remove documentation references to deprecated oauth option
Browse files Browse the repository at this point in the history
b/281956212

Change-Id: I6ab8ac592b090da95c43fccc0cbd49e2b14e4d81
GitOrigin-RevId: be0255e
  • Loading branch information
gcpdiag team authored and copybara-github committed Jul 22, 2023
1 parent 9a2de62 commit 87157af
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ optional arguments:
-h, --help show this help message and exit
--auth-adc Authenticate using Application Default Credentials (default)
--auth-key FILE Authenticate using a service account private key file
--auth-oauth Authenticate using OAuth user authentication (currently marked as deprecated, consider using other authentication methods)
--project P Project ID of project to inspect
--name n [n ...] Resource Name(s) to inspect (e.g.: bastion-host,prod-*)
--location R [R ...] Valid GCP region/zone to scope inspection (e.g.: us-central1-a,us-central1)
Expand Down
1 change: 0 additions & 1 deletion website/content/en/docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ optional arguments:
-h, --help show this help message and exit
--auth-adc Authenticate using Application Default Credentials (default)
--auth-key FILE Authenticate using a service account private key file
--auth-oauth Authenticate using OAuth user authentication (currently marked as deprecated, consider using other authentication methods)
--project P Project ID of project to inspect
--billing-project P Project used for billing/quota of API calls done by gcpdiag (default is the inspected project, requires
'serviceusage.services.use' permission)
Expand Down
4 changes: 2 additions & 2 deletions website/content/en/privacy.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ hide_summary: true

### Data collected via public APIs

gcpdiag is a command-line tool that uses credentials provided by you (via oauth,
service account key, or application default credentials) to access your data in
gcpdiag is a command-line tool that uses credentials provided by you (via
service account key or application default credentials) to access your data in
Google Cloud Platform via public APIs.

The collected data is never stored or transmitted anywhere except on the
Expand Down

0 comments on commit 87157af

Please sign in to comment.