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
This creates a secret called prod_foo in the namespace prod and test_foo in the namespace test.
Impact
This creates a more complicated environment where every asset in Sensu has to be aware of its own namespace.
Expected Behavior
It would be better if they could both be called foo. However, that is impossible because every resource in Chef must have a unique name and that name is used as the name of the resource in Sensu.
The text was updated successfully, but these errors were encountered:
devinlyons
changed the title
Assets With the Same Name in Different Namespaces Do Not Work
Namespace Specific Resources Should Not Require Namespaces in Their Names
Jun 15, 2023
Chef Version
Input
Output
This creates a secret called
prod_foo
in the namespaceprod
andtest_foo
in the namespacetest
.Impact
This creates a more complicated environment where every asset in Sensu has to be aware of its own namespace.
Expected Behavior
It would be better if they could both be called
foo
. However, that is impossible because every resource in Chef must have a unique name and that name is used as the name of the resource in Sensu.Actual Behavior
As described above.
Steps to Reproduce your problem
As described above.
The text was updated successfully, but these errors were encountered: