Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2024-04-14 22:12:43 +00:00
parent a066299a90
commit 442fd499aa
16 changed files with 50 additions and 15 deletions

View File

@ -51,4 +51,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/premium/authelia
- https://ghcr.io/authelia/authelia
type: application
version: 23.12.0
version: 23.13.0

View File

@ -1,18 +1,20 @@
## [authelia-23.12.0](https://github.com/truecharts/charts/compare/authelia-23.6.0...authelia-23.12.0) (2024-04-14)
## [authelia-23.13.0](https://github.com/truecharts/charts/compare/authelia-23.6.0...authelia-23.13.0) (2024-04-14)
### Chore
- update container image redis to v13.3.0[@66b03ae](https://github.com/66b03ae) by renovate ([#20417](https://github.com/truecharts/charts/issues/20417))
- update container image ghcr.io/authelia/authelia to v4.38.2[@a1a2d1b](https://github.com/a1a2d1b) by renovate ([#19338](https://github.com/truecharts/charts/issues/19338))
- update container image common to v20.3.2[@0722ebb](https://github.com/0722ebb) by renovate ([#20334](https://github.com/truecharts/charts/issues/20334))
- update container image redis to v13.3.7[@8c9b71c](https://github.com/8c9b71c) by renovate ([#20566](https://github.com/truecharts/charts/issues/20566))
- update container image ghcr.io/authelia/authelia to v4.38.7[@1bfa720](https://github.com/1bfa720) by renovate ([#20039](https://github.com/truecharts/charts/issues/20039))
- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876))
- update container image common to v20.3.6[@27edfed](https://github.com/27edfed) by renovate ([#20599](https://github.com/truecharts/charts/issues/20599))
- update container image redis to v13.3.5[@7f45c09](https://github.com/7f45c09) by renovate ([#20555](https://github.com/truecharts/charts/issues/20555))
@ -28,13 +30,13 @@
- update container image redis to v13.3.1[@9b53552](https://github.com/9b53552) by renovate ([#20455](https://github.com/truecharts/charts/issues/20455))
- update container image redis to v13.3.0[@66b03ae](https://github.com/66b03ae) by renovate ([#20417](https://github.com/truecharts/charts/issues/20417))
- update container image ghcr.io/authelia/authelia to v4.38.2[@a1a2d1b](https://github.com/a1a2d1b) by renovate ([#19338](https://github.com/truecharts/charts/issues/19338))
- update container image ghcr.io/authelia/authelia to 4.38.7[@69faa8e](https://github.com/69faa8e) by renovate ([#20678](https://github.com/truecharts/charts/issues/20678))
- update container image common to v20.3.6[@27edfed](https://github.com/27edfed) by renovate ([#20599](https://github.com/truecharts/charts/issues/20599))
- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
- update container image ghcr.io/authelia/authelia to v4.38.4[@b92ad6e](https://github.com/b92ad6e) by renovate ([#19472](https://github.com/truecharts/charts/issues/19472))
- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876))
- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817))
@ -46,7 +48,7 @@
- update container image ghcr.io/authelia/authelia to v4.38.6[@06e3153](https://github.com/06e3153) by renovate ([#19534](https://github.com/truecharts/charts/issues/19534))
- update container image ghcr.io/authelia/authelia to v4.38.4[@b92ad6e](https://github.com/b92ad6e) by renovate ([#19472](https://github.com/truecharts/charts/issues/19472))
- update container image ghcr.io/authelia/authelia to v4.38.7[@1bfa720](https://github.com/1bfa720) by renovate ([#20039](https://github.com/truecharts/charts/issues/20039))
- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
@ -54,12 +56,20 @@
- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
- update container image redis to v13.0.5[@01c1933](https://github.com/01c1933) by renovate ([#19324](https://github.com/truecharts/charts/issues/19324))
- make links relative
- Fix broken links for Starlight ([#20737](https://github.com/truecharts/charts/issues/20737))
### Feat
- add pkce for oidc ([#20306](https://github.com/truecharts/charts/issues/20306))
- add client authentication method for oidc ([#20756](https://github.com/truecharts/charts/issues/20756))
- add pkce for oidc ([#20306](https://github.com/truecharts/charts/issues/20306))
### Fix
- fix pkce ([#20738](https://github.com/truecharts/charts/issues/20738))

View File

@ -570,6 +570,12 @@ identity_providers:
# - query
# - fragment
## Client Authentication Method configures which client authentication methods this client supports.
## It's not recommended to configure this unless you know what you're doing.
# token_endpoint_auth_method:
# - client_secret_basic
# - client_secret_post
## The algorithm used to sign userinfo endpoint responses for this client, either none or RS256.
# userinfo_signing_algorithm: none

View File

@ -3811,6 +3811,19 @@ questions:
type: string
default: "form_post"
required: true
- variable: token_endpoint_auth_method
description: "The supported client authentication methods this client supports."
label: "token_endpoint_auth_method"
schema:
type: list
default: []
items:
- variable: methodEntry
label: "Method"
schema:
type: string
default: "client_secret_basic"
required: true
- variable: require_pkce
label: "Require PKCE"
description: "This configuration option enforces the use of PKCE for this registered client."

View File

@ -279,12 +279,18 @@ data:
- {{ . }}
{{- end }}
{{- end }}
{{- if $client.token_endpoint_auth_method }}
token_endpoint_auth_method:
{{- range $client.token_endpoint_auth_method }}
- {{ . }}
{{- end }}
{{- end }}
userinfo_signing_algorithm: {{ $client.userinfo_signing_algorithm | default "none" }}
{{- if $client.require_pkce }}
require_pkce: {{ $client.require_pkce }}
{{- end }}
{{- if $client.pkce_challange_method }}
pkce_challenge_method: {{ $client.require_pkce.pkce_challange_method | default "S256" }}
pkce_challenge_method: {{ $client.pkce_challange_method | default "S256" }}
{{- end }}
{{- end }}
{{- end }}