diff --git a/internal/wrappers/jwt-helper.go b/internal/wrappers/jwt-helper.go index 39d8bc301..7fea00555 100644 --- a/internal/wrappers/jwt-helper.go +++ b/internal/wrappers/jwt-helper.go @@ -79,7 +79,7 @@ func (*JWTStruct) IsAllowedEngine(engine string, featureFlagsWrapper FeatureFlag } } } - return false, nil + return true, nil } func prepareEngines(engines []string) map[string]bool {