1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-29 04:17:41 +02:00

[EC-892] Hide Secrets Manager (#4347)

* [EC-892] Hide Secrets Manager

Set the secretsManager flag to false outside of dev to deactivate it in all other environments

* linting

* set base to false for maximum safety

this gets rid of having to set it in selfhosted and cloud, but i feel safer with a belt and suspenders; don't want someone setting it true in base without thinking and the feature popping up in prod before we're ready.
This commit is contained in:
Patrick 2022-12-29 17:11:58 -05:00 committed by GitHub
parent 53288d2087
commit 9f711d8cdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,7 @@
"allowedHosts": "auto"
},
"flags": {
"secretsManager": false,
"showPasswordless": false
}
}

View File

@ -16,6 +16,7 @@
"proxyEvents": "https://events.bitwarden.com"
},
"flags": {
"secretsManager": false,
"showPasswordless": true
}
}

View File

@ -7,6 +7,7 @@
"port": 8081
},
"flags": {
"secretsManager": false,
"showPasswordless": false
}
}