Skip to content

Commit 34fd7a2

Browse files
jsell-rhclaude
andcommitted
feat(manifests): enable RBAC authorization in SaaS template
Flip --enable-authz from false to true now that the RBAC enforcement middleware has landed (PR #1660). Already live-patched on hcmais. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 1162d5d commit 34fd7a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/manifests/templates/template-services.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ objects:
230230
- --db-password-file=/secrets/db/db.password
231231
- --db-name-file=/secrets/db/db.name
232232
- --enable-jwt=true
233-
- --enable-authz=false
233+
- --enable-authz=true
234234
- --jwk-cert-file=/configs/authentication/jwks.json
235235
- --enable-https=false
236236
- --enable-grpc=true

0 commit comments

Comments
 (0)