Open helionmusic opened 5 months ago
This PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This exact issue has blocked me from using this Linkwarden chart with Authentik. Please merge this fix :)
This PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
What this PR does / why we need it
Currently in the Linkwarden chart, when attempting to set an issuer url value for a given provider, the template attempts to validate the the
issuer
value exists in the list of supported auth providers. Instead it should check forprovider
against that list.What ends up happening is since the issuer should be a URL, it will never resolve against that list, and thus the
*_ISSUER
key never gets set.Checklist
AUTHORS
filefix(charts/linkwarden): ...
)