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
According to the SaltStack documentation on publisher_acl, it is possible for each user to either list functions (it will apply to all minions), or minions and functions available on them, as subkeys. In the later case (see user2), we would have to handle 2 nested loops. For example:
For now, it seems that minion functions under minion names or patterns (see user2) are not supported by the formula, it will generate the following lines:
user2:
- '{'prod.*': ['pkg.*']}'
instead of the working ones below:
user2:`
- 'prod.*': ['pkg.*']
Any feeling on this? Do we have to support both cases in the formula?
Thanks a lot.
The text was updated successfully, but these errors were encountered:
Hello,
According to the SaltStack documentation on publisher_acl, it is possible for each user to either list functions (it will apply to all minions), or minions and functions available on them, as subkeys. In the later case (see user2), we would have to handle 2 nested loops. For example:
For now, it seems that minion functions under minion names or patterns (see user2) are not supported by the formula, it will generate the following lines:
instead of the working ones below:
Any feeling on this? Do we have to support both cases in the formula?
Thanks a lot.
The text was updated successfully, but these errors were encountered: