feature/app_groups #16

Open
carla wants to merge 2 commits from carla/authentik:feature/app_groups into main
Owner

Changes in summary:

  • added env variables for different app groups
  • added env variables for internal apps and referencing the app groups
  • added the env variables to the yml files of the internal apps
  • updated abra.sh to get groups for external apps
  • changed structure for external apps adding group
Changes in summary: - added env variables for different app groups - added env variables for internal apps and referencing the app groups - added the env variables to the yml files of the internal apps - updated abra.sh to get groups for external apps - changed structure for external apps adding group
carla added 2 commits 2025-05-06 13:20:32 +00:00
moritz requested changes 2025-05-13 12:04:55 +00:00
moritz left a comment
Owner

Looks very good 🚀
Did you run a test deployment?

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']
Owner

Here you should catch the case if there is no group. I think it should be possible to add applications without any group.

Here you should catch the case if there is no group. I think it should be possible to add applications without any group.
Author
Owner

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 ?

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 ?
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u feature/app_groups:carla-feature/app_groups
git checkout carla-feature/app_groups
Sign in to join this conversation.
No description provided.