You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The spec.pluginRef field contains only the name of the referred plugins, which means that at the moment, only intra-namespace references are allowed. We should add the namespace field (and make it optional) to allow cross-namespace references. Cross-namespace references should be explicitly allowed via ReferenceGrants, but that's not an API design problem.
Proposed Solution
Additional Information
Acceptance Criteria
as a user, I can reference a plugin in a different Namespace.
The text was updated successfully, but these errors were encountered:
Problem Statement
The
spec.pluginRef
field contains only the name of the referred plugins, which means that at the moment, only intra-namespace references are allowed. We should add the namespace field (and make it optional) to allow cross-namespace references. Cross-namespace references should be explicitly allowed viaReferenceGrant
s, but that's not an API design problem.Proposed Solution
Additional Information
Acceptance Criteria
The text was updated successfully, but these errors were encountered: