You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `auth.impl` | Conditionally | The fully qualified class path for a custom AuthManager. Required if `auth.type` is `custom`. |
415
416
| `auth.basic` | If type is `basic` | Block containing `username` and `password` for HTTP Basic authentication. |
416
417
| `auth.custom` | If type is `custom` | Block containing configuration for the custom AuthManager. |
418
+
| `auth.google` | If type is `google` | Block containing `credentials_path` to a service account file (if using). Will default to using Application Default Credentials. |
0 commit comments