What's Changed
- chore(deps): update dependency python-keycloak to v5.8.1 by @renovate[bot] in #310
- chore(deps): update gcr.io/distroless/static docker digest to 87bce11 by @renovate[bot] in #307
- chore(deps): update actions/cache digest to 0057852 by @renovate[bot] in #395
- chore(deps): update github-actions by @renovate[bot] in #396
- chore(deps): update zeebe-io/backport-action action to v3.4.1 by @renovate[bot] in #397
- feat(lint): enable lint ci, fix linter issues by @haarchri in #398
- Feature/versionfixes by @Breee in #401
- chore(deps): pin dependencies by @renovate[bot] in #399
- fix(deps): update sigs.k8s.io dependencies by @renovate[bot] in #224
- chore(deps): update github-actions by @renovate[bot] in #400
- fix(deps): update module sigs.k8s.io/controller-runtime to v0.22.3 by @renovate[bot] in #402
- chore: update OWNERS.md with current maintainers by @jbw976 in #405
- feat(provider): version 5.5 by @Breee in #407
🔧 New Configuration Options
Users can now configure the following optional parameters in their provider credentials:
Parameter | Description |
---|---|
admin_url
| The admin URL of the Keycloak instance if different from the main URL |
access_token
| Access token for authentication (alternative to username/password) |
tls_client_certificate
| TLS client certificate as PEM string for mutual authentication |
tls_client_private_key
| TLS client private key as PEM string for mutual authentication |
Full Changelog: v2.7.2...v2.8.0