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
I am trying to set meta_icon in several applications, but am running into an issue. If I try to use the full actual path "/media/application-icons/whatever.png" in terraform, after applying, it is set to "/media/media/application-icons/whatever.png", which doesn't work. I changed my terraform file to use the path "/application-icons/whatever.png" which works and Authentik shows the icon, but then terraform wants to modify the value everytime as the API returns "/media/application-icons/whatever.png".
Using v2023.8.0
The text was updated successfully, but these errors were encountered:
I found a workaround for this issue that seems to work. Instead of the relative /media path, I use the absolute path https://auth.<mydomain>/media/application-icons/<filename>.png. Terraform no longer wants to modify the resource everytime with this change.
I'm leaving this issue open as I feel that the mismatch between what I set for a relative path and the API response is a bug that should be corrected at some point, but looking at the code for everything I'm not sure that this is an issue with the terraform provider or with Authentik's API itself.
I am trying to set meta_icon in several applications, but am running into an issue. If I try to use the full actual path "/media/application-icons/whatever.png" in terraform, after applying, it is set to "/media/media/application-icons/whatever.png", which doesn't work. I changed my terraform file to use the path "/application-icons/whatever.png" which works and Authentik shows the icon, but then terraform wants to modify the value everytime as the API returns "/media/application-icons/whatever.png".
Using v2023.8.0
The text was updated successfully, but these errors were encountered: