Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

authelia: 4.37.5 -> 4.38.9 #299309

Merged
merged 3 commits into from
Jul 17, 2024
Merged

authelia: 4.37.5 -> 4.38.9 #299309

merged 3 commits into from
Jul 17, 2024

Commits on Jul 13, 2024

  1. authelia: 4.37.5 -> 4.38.9

    nicomem committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    1e89e85 View commit details
    Browse the repository at this point in the history
  2. nixos/authelia: Remove options incompatible with new settings

    - Remove settings.server.{host,port} options
      - Replaced by settings.server.address
      - If any of settings.server.{host,port,path} are specified in the
        configuration, a warning is displayed and these values will be used
        instead of settings.server.address
    
    - Change what secrets.oidcIssuerPrivateKeyFile maps to
      - Previously: AUTHELIA_IDENTITY_PROVIDERS_OIDC_ISSUER_PRIVATE_KEY_FILE
      - Now: identity_providers.oidc.jwks[0].key
        - Not done directly in the NixOS settings config but as a separate
          YAML config file
        - Done that way because Go templates are not correctly handled by
          the YAML generator (NixOS#319716)
    
    - Change secrets.jwtSecretFile env variable mapping
      - Previously: AUTHELIA_JWT_SECRET_FILE
      - Now: AUTHELIA_IDENTITY_VALIDATION_RESET_PASSWORD_JWT_SECRET_FILE
    nicomem committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    4f81a57 View commit details
    Browse the repository at this point in the history
  3. maintainers: Add nicomem

    nicomem committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    6bb00fd View commit details
    Browse the repository at this point in the history