Merge pull request 'add option to set defaultGroups for secrets' (#858) from Mic92-target_host into main

This commit is contained in:
clan-bot
2024-02-16 16:29:28 +00:00
14 changed files with 86 additions and 14 deletions

View File

@@ -110,6 +110,15 @@ def test_run(
age_keys[0].pubkey,
]
)
cli.run(
[
"secrets",
"groups",
"add-user",
"admins",
"user1",
]
)
cli.run(["vms", "run", "vm1"])