Is there a method to add/modify google oauth scopes to a Cloud Composer 2.0 environment?
When installing Composer 2.0 there is no option to modify the oauth scopes from the UI or command line. I need to add google drive to the oauth scopes on the cluster so that my existing Python Operators will be able to access sheets in a google drive.
My understanding is that Composer 2.0 installs GKE with AutoPilot mode and I have also been looking for a way to add the oauth scopes to a GKE AutoPilot cluster as well with no success. Any ideas?
Is there alternately a way to specify scopes for the Python operator execution?