feat: allow basketball-api ingress to keycloak namespace #120
No reviewers
Labels
No labels
domain:backend
domain:devops
domain:frontend
status:approved
status:in-progress
status:needs-fix
status:qa
type:bug
type:devops
type:feature
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
forgejo_admin/pal-e-platform!120
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "119-feat-allow-basketball-api-keycloak-ingre"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Adds
basketball-apito the keycloak NetworkPolicy ingress allowlist so that basketball-api pods can reach Keycloak for authentication.Changes
terraform/network-policies.tf— Addedbasketball-apinamespace tonetpol_keycloakingress rules, following the existing pattern used by other namespace entries.tofu plan Output
Run
tofu plan -lock=falseto verify — adds basketball-api to keycloak ingress allowlist.Test Plan
tofu plan -lock=falseand confirm the only change is adding the basketball-api ingress rule to the keycloak NetworkPolicy.Review Checklist
tofu fmt -checkpassesRelated
QA Review
Scope: 1 file changed, 1 addition, 0 deletions.
Findings
netpol_keycloakand across all othernetpol_*resources in the file. No deviations.tofu fmt -checkpasses cleanly.Closes #119reference is correct.VERDICT: PASS
Clean, minimal, pattern-conforming infrastructure change. Ready to merge.