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
I noticed the code to create GCP service account secrets comes after a line that checks for oAuth environment variables. This seems unnecessary, because everything works fine if I provide fake values for the oAuth id and secret. Was this intentional?
This is likely causing people to run into issues like #1949 and #1950 which are hard to diagnose without looking at the code
The text was updated successfully, but these errors were encountered:
I noticed the code to create GCP service account secrets comes after a line that checks for oAuth environment variables. This seems unnecessary, because everything works fine if I provide fake values for the oAuth id and secret. Was this intentional?
This is likely causing people to run into issues like #1949 and #1950 which are hard to diagnose without looking at the code
The text was updated successfully, but these errors were encountered: