Explorar el Código

Merge pull request #13026 from overleaf/em-git-bridge-password-mode-default

Default password auth support in git-bridge to false

GitOrigin-RevId: c8b783082e519e7b5ccdee27e45c37dee955796b
Eric Mc Sween hace 3 años
padre
commit
27cc7db733
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      services/git-bridge/conf/envsubst_template.json

+ 1 - 1
services/git-bridge/conf/envsubst_template.json

@@ -11,7 +11,7 @@
     "oauth2ClientSecret": "${GIT_BRIDGE_OAUTH2_CLIENT_SECRET}",
     "oauth2Server": "${GIT_BRIDGE_OAUTH2_SERVER:-https://localhost}"
   },
-  "userPasswordEnabled": ${GIT_BRIDGE_USER_PASSWORD_ENABLED:-true},
+  "userPasswordEnabled": ${GIT_BRIDGE_USER_PASSWORD_ENABLED:-false},
   "repoStore": {
     "maxFileNum": ${GIT_BRIDGE_REPOSTORE_MAX_FILE_NUM:-2000},
     "maxFileSize": ${GIT_BRIDGE_REPOSTORE_MAX_FILE_SIZE:-52428800}