-
Notifications
You must be signed in to change notification settings - Fork 713
A ReferenceGrant Should Be Removed From Watchable Map When UnReferenced #539
Copy link
Copy link
Closed
Labels
area/conformanceGateway API Conformance Related IssuesGateway API Conformance Related Issueskind/bugSomething isn't workingSomething isn't workingpriority/highLabel used to express the "high" priority levelLabel used to express the "high" priority levelrelease-noteIndicates a required release noteIndicates a required release note
Milestone
Description
#471 added initial support for ReferenceGrants by allowing Gateways to reference Secrets in a different namespace. The gateway controller adds the ReferenceGrant and the ReferenceGrant namespace to the provider watchable map when:
- A Gateway listener references a Secret in a different namespace.
- A ReferenceGrant in the above namespace exists and permits the Gateways
fromthe Gateway's namespacetoSecrets.
When the Gateway is deleted, the ReferenceGrant and ReferenceGrant namespace should be deleted from the provider's watchable map if no other Gateway references the ReferenceGrant.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/conformanceGateway API Conformance Related IssuesGateway API Conformance Related Issueskind/bugSomething isn't workingSomething isn't workingpriority/highLabel used to express the "high" priority levelLabel used to express the "high" priority levelrelease-noteIndicates a required release noteIndicates a required release note