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.
2 parents c35f448 + 606d178 commit 994670dCopy full SHA for 994670d
src/vault/policy-roots/impl/system-policy.service.ts
@@ -99,7 +99,7 @@ export class SystemPolicyService implements PolicyRootService<undefined> {
99
templateName: 'kv-developer',
100
data: { secretKvPath },
101
});
102
- if (secretKvPath == 'apps')
+ if (secretKvPath === 'apps')
103
kvSpecs.push({
104
group: VAULT_ROOT_SYSTEM,
105
templateName: 'kv-tools-read',
0 commit comments