We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 769426c commit 2a1980eCopy full SHA for 2a1980e
src/WebApp/Application.php
@@ -52,7 +52,7 @@ public function init() {
52
}
53
54
protected function initVault() {
55
- if ($this->config->has('vault')) {
+ if ($this->config->has('vault') && ($this->config->get('vault')->type != 'none')) {
56
$credentials = $this->config->getCredentialsProvider('vault', NULL);
57
$vaultConfig = $this->config->get('vault');
58
if ($credentials != NULL) {
0 commit comments