GoogleCloudPlatform / docker-credential-gcr

A Docker credential helper for GCR users
https://gcr.io
Apache License 2.0
292 stars 92 forks source link

Change OAuth2 scope to be more restrictive #122

Closed lukasz-opyrchal closed 1 year ago

lukasz-opyrchal commented 1 year ago

Change the OAuth scope from cloud-platform to devstorage.read_write which is enough for pushing/pulling docker images but more restrictive than cloud-platform scope.