feature/app_groups #16
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "carla/authentik:feature/app_groups"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Changes in summary:
Looks very good 🚀
Did you run a test deployment?
@ -189,1 +188,3 @@
print(f'Add {name}: {url}')
for name, details in applications.items():
url = details['url']
group = details['group']
Here you should catch the case if there is no group. I think it should be possible to add applications without any group.
True that with accepting empty groups. I will change that. And can I run th etest deployment together with the group topic from the other PRs?
Can you maybe guide me next week running a test deployment @moritz ?
Checkout
From your project repository, check out a new branch and test the changes.