refactor! Use authentik_container as there is only one
This commit is contained in:
parent
1e670796a1
commit
ed37286372
1 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
|||
# 2023-04-23
|
||||
|
||||
## (Backward Compatibility Break) Authentik container variables renamed
|
||||
|
||||
For the authentik role there wehre initially two containers: `authentic_worker_container` and `authentic_server_container`. To simnplifiy the setup this was reduced to one container.
|
||||
As the role is pretty young and to avoid confusion because of legacy and reverted design decisions all variables containing `authentik_server_container` will now start with authentik_container. This means you will have to renemae these variables in your `vars.yml` if you already use authentik. If you use a standard setup this only includes
|
||||
|
||||
* `authentic_server_container_additional_networks_custom` -> `authentik_container_additional_networks_custom`
|
||||
|
||||
# 2023-03-29
|
||||
|
||||
## (Backward Compatibility Break) Firezone database renamed
|
||||
|
|
Loading…
Add table
Reference in a new issue