[bug] AccessManagement
allows to specify credentials, cluster and service template chains only from the namespace where the kcm controller installed
#990
Labels
bug
Something isn't working
Describe the bug
It's not possible to specify the source namespace of credentials or template chains. AccessManagement object has the cluster scope, but it takes into account only objects from the namespace where the kcm controller is installed:
This feature works only if users that create and test templates work in the kcm controller namespace.
To Reproduce
Steps to reproduce the behavior:
clusterTemplateChains
field the chain name from the new namespace (same if you add in format<namespace>/<template-chain-name>
)Expected behavior
It should be possible to specify in the AccessManagement the source namespace for cluster/service template chains and credentials.
The text was updated successfully, but these errors were encountered: