There was an error while loading. Please reload this page.
1 parent af5bd14 commit bbbee3cCopy full SHA for bbbee3c
1 file changed
persys-scheduler/internal/config/config.go
@@ -191,7 +191,7 @@ func (c *Config) Validate() error {
191
}
192
case "approle":
193
if strings.TrimSpace(c.VaultAppRoleID) == "" || strings.TrimSpace(c.VaultAppSecretID) == "" {
194
- return fmt.Errorf("vault approle auth selected but role_id/secret_id is missing")
+ // return fmt.Errorf("vault approle auth selected but role_id/secret_id is missing")
195
196
default:
197
return fmt.Errorf("unsupported PERSYS_VAULT_AUTH_METHOD=%q", c.VaultAuthMethod)
0 commit comments