Skip to content

Commit

Permalink
use default scopes for gcp auth (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
dashpole authored Dec 9, 2024
1 parent 1cef6a1 commit e364e82
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions gcp/opentelemetry-demo-features.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ opentelemetry-collector:

extensions:
googleclientauth:
scopes:
- "https://www.googleapis.com/auth/trace.append"
- "https://www.googleapis.com/auth/cloud-platform"
{{ with .Values | getOrNil "auth_extension_project_id" }}
project: "{{ . }}"
{{ end }}
Expand Down

0 comments on commit e364e82

Please sign in to comment.