Steven Hawkins
30a97da0f3
upgrade pnpm version ( #48975 )
...
* task: upgrading pnpm to 11.1.3
Signed-off-by: Steve Hawkins <shawkins@redhat.com >
* switching to 11.1.1
Signed-off-by: Steve Hawkins <shawkins@redhat.com >
---------
Signed-off-by: Steve Hawkins <shawkins@redhat.com >
2026-05-26 12:33:59 +02:00
Ricardo Martin
090549c7de
Revert back to use Java 25 in FIPS CI scripts ( #49290 )
...
Closes #49194
Signed-off-by: rmartinc <rmartinc@redhat.com >
2026-05-26 12:07:38 +02:00
dagecko
0e54bf11e4
fix: extract 12 unsafe expression(s) to env vars
...
Automated security fixes applied by Runner Guard (https://github.com/Vigilant-LLC/runner-guard ).
Signed-off-by: Chris Nyhuis <cnyhuis@vigilantnow.com >
2026-05-21 15:32:43 +02:00
Václav Muzikář
2a86a960c7
Add area/admin/api-v2 to cloud-native team ( #48639 )
...
Signed-off-by: Václav Muzikář <vmuzikar@ibm.com >
2026-05-21 10:44:32 +02:00
rmartinc
59330ad543
Downgrade java version to 21 for the FIPS jobs
...
Closes #49151
Signed-off-by: rmartinc <rmartinc@redhat.com >
2026-05-20 13:44:14 +02:00
Steven Hawkins
6b0f96a456
fix: adding aot compiliation to quarkus tests ( #48891 )
...
* fix: adding aot compiliation to quarkus tests
closes : #48846
Signed-off-by: Steve Hawkins <shawkins@redhat.com >
* Update quarkus/tests/junit5/src/main/java/org/keycloak/it/utils/RawKeycloakDistribution.java
Co-authored-by: Michal Vavřík <43821672+michalvavrik@users.noreply.github.com >
Signed-off-by: Steven Hawkins <shawkins@redhat.com >
* Update quarkus/tests/junit5/src/main/java/org/keycloak/it/utils/RawKeycloakDistribution.java
Co-authored-by: Pedro Ruivo <pruivo@users.noreply.github.com >
Signed-off-by: Steven Hawkins <shawkins@redhat.com >
---------
Signed-off-by: Steve Hawkins <shawkins@redhat.com >
Signed-off-by: Steven Hawkins <shawkins@redhat.com >
Co-authored-by: Michal Vavřík <43821672+michalvavrik@users.noreply.github.com >
Co-authored-by: Pedro Ruivo <pruivo@users.noreply.github.com >
2026-05-13 18:47:54 +02:00
Thomas Darimont
a2275c1899
Add Shared Signals Framework Transmitter capability ( #48901 )
...
Adds Shared Signals Framework support to Keycloak in the **SSF Transmitter** role: Keycloak signs Security Event Tokens (SETs, RFC 8417) describing realm/user/session/credential events and delivers them to OAuth clients
registered as **SSF Receivers**, either by HTTP PUSH (RFC 8935) or HTTP POLL (RFC 8936).
Targets the OpenID Shared Signals Framework 1.0 (Final) specification plus the CAEP Interoperability Profile 1.0. Ships the legacy SSE CAEP profile alongside for Apple Business Manager / Apple School Manager interop, since Apple device-fleet enrolment is a concrete drive-use case.
Gated behind \`Profile.Feature.SSF\` experimental, opt-in.
Issue #43614 originally proposed SSF *Receiver* support (Keycloak ingesting SETs from upstream IdPs / risk engines). After exploring both sides, we're shipping the **Transmitter** first (see #48254 ) because it covers the strongest community asks (federate Keycloak events to downstream SaaS, Apple device fleet revoke flow) and lets us validate the SSF data-plane against real receivers before designing the harder "action mapping" question on the Receiver side. Receiver support remains on the roadmap and is tracked separately via #43614 .
**In:**
- Compliance with SSF 1.0, CAEP 1.0, RISC 1.0, RFC 8935, RFC 8936, RFC 9493, RFC 8417
- SSF Transmitter support (Keycloak Realm can act as a SSF Transmitter)
- SSF Stream management (CRUD, status, verification)
- SSF Subjects management (subjects)
- SET delivery via HTTP PUSH (RFC 8935) and HTTP POLL (RFC 8936) with POLL in a return-immediately form
- SSF events temporarily stored in durable outbox with cluster-aware drainer and exponential backoff
- SSF Receivers managed as OIDC Clients with client credentials grant or auth code grant (currently only one stream per client)
- Support for SSF Stream, CAEP 1.0 and RISC 1.0 events (custom events via SPI)
- CAEP credential-change / session-revoked / (device-compliance-change) event mapping from native Keycloak events
- Support for RFC 9493 Subject Identifiers for Security Event Tokens
- Support for SSF Receiver subject event subscription with subject selection (per-user / per-orgssf.notify.<clientId>attribute, support fordefault_subjectspolicy (ALL, NONE))
- Support for Synthetic event emittance via REST endpoint for non-Keycloak-native event sources (external IAM solution)
- Per-receiver "Emit-only events" gate to suppress auto-emit per event type per receiver
- Support for legacy SSE CAEP profile for Apple Business Manager / Apple School Manager interop (verified)
- Per-realm SSF admin REST + Admin UI for SSF-enabled clients (Receiver / Stream / Subjects / Events)
- Prometheus metrics (dispatcher, drainer, poll, verification, outbox depth, delivery metrics)
**Out (tracked as separate follow-up issues):**
- SSF Receiver role for Keycloak (ingestion of SETs)
- POLL long-polling (\`returnImmediately=false\` honoured)
- Dedicated SSF signing key (separate from realm OIDC signing key)
- Chunked HELD release for very large backlogs
- Performance characterization + security review
- Formal interop matrix (caep.dev, ABM)
- [X] All code gated behind \`Profile.Feature.SSF\` (experimental, off by default)
- [X] Per-realm \`ssf.transmitterEnabled\` toggle; per-client \`ssf.enabled\` toggle
- [X] SSF event listener registered as global (not user-toggleable per realm)
- [X] Receiver-facing endpoints conformant with SSF 1.0
- [X] CAEP credential-change / session-revoked / device-compliance mapping pass interop testing against \`caep.dev\`
- [X] SSE CAEP profile narrowed shape works with Apple Business Manager
- [X] Integration test coverage for the dispatch / outbox / push / poll pipeline (100+ tests)
- [X] Prometheus metrics exposed under \`keycloak_ssf_*\`
- [X] Design notes published
Fixes #48901
This PR was partially co-authored with Claude AI
Signed-off-by: Thomas Darimont <thomas.darimont@googlemail.com >
2026-05-12 13:00:19 -03:00
Oleksandr Bilko
5c0e8e1590
Update Ukrainian translations and add language maintainers ( #48884 )
...
Signed-off-by: bilkoua <git@bil.co.ua >
2026-05-12 13:06:22 +02:00
Michal Vavřík
295b40119f
chore(gh ci): drop Quarkus IT container runs ( #48664 )
...
* Closes: https://github.com/keycloak/keycloak/issues/48663
Signed-off-by: Michal Vavřík <michal.vavrik@aol.com >
2026-05-11 15:29:55 +00:00
Martin Bartoš
9d1e562f03
Update WebAuthn Metadata service and show icons ( #48551 )
...
* Update WebAuthn Metadata service and show icons
Closes #48539
Closes #48540
Signed-off-by: Martin Bartoš <mabartos@redhat.com >
Co-authored-by: rmartinc <rmartinc@redhat.com >
* Revert back the transport type for providerId-less authenticators
Signed-off-by: Martin Bartoš <mabartos@redhat.com >
---------
Signed-off-by: Martin Bartoš <mabartos@redhat.com >
Co-authored-by: rmartinc <rmartinc@redhat.com >
2026-05-11 17:15:38 +02:00
Giuseppe Graziano
b814ff8003
rest credential offer experimental feature
...
Closes #46279
Signed-off-by: Giuseppe Graziano <g.graziano94@gmail.com >
2026-05-11 10:24:36 +02:00
Stan Silvert
a9d523b0cd
Need area/ssf on area selection dropdown when creating an issue
...
Closes #48776
Assisted-by: Claude/Sonnet 4.6
Signed-off-by: Stan Silvert <ssilvert@redhat.com >
2026-05-07 16:38:41 +02:00
Pedro Ruivo
e4bfc408ab
Fix MSSQL queries to work with case sensitive collations
...
Closes #48584
Signed-off-by: Pedro Ruivo <1492066+pruivo@users.noreply.github.com >
Co-authored-by: Pedro Ruivo <1492066+pruivo@users.noreply.github.com >
2026-05-07 16:10:17 +02:00
Peter Zaoral
18fec3ee48
[quarkus-next] Aurora CI fails with missing quarkus-bom:999-SNAPSHOT on remote EC2 VM ( #48595 )
...
Closes : #48594
Signed-off-by: Peter Zaoral <pzaoral@redhat.com >
2026-05-05 20:29:12 +02:00
Peter Zaoral
d7bfc73f72
Quarkus UT (windows-latest) cancelled when ubuntu variant fails ( #48562 )
...
Closes : #48561
Signed-off-by: Peter Zaoral <pzaoral@redhat.com >
2026-04-30 18:07:02 +02:00
Peter Zaoral
cc912db233
Restore Quarkus snapshot cache in unit-test-setup for quarkus-next ( #48358 )
...
Closes : #48357
Signed-off-by: Peter Zaoral <pzaoral@redhat.com >
2026-04-23 08:23:17 +00:00
Stian Thorgersen
3998c27347
Fix SSSD tests ( #48360 )
...
Signed-off-by: stianst <stianst@gmail.com >
2026-04-22 12:00:17 +00:00
Stian Thorgersen
0ecfff1e54
Update timeout for FIPS integration tests in ci.yml ( #48361 )
...
Signed-off-by: stianst <stianst@gmail.com >
2026-04-22 12:54:22 +02:00
Peter Zaoral
9d82f06c6e
Fix Maven repository extraction on Aurora/Azure VMs ( #48175 )
...
Closes : #48173
Signed-off-by: Peter Zaoral <pzaoral@redhat.com >
2026-04-21 16:08:01 +02:00
Peter Zaoral
66de09a745
Build QOSDK from source in quarkus-next workflow ( #48174 )
...
Closes : #48129
Signed-off-by: Peter Zaoral <pzaoral@redhat.com >
2026-04-21 15:39:13 +02:00
Martin Bartoš
e299bb6551
Remove legacy Client API V2 service ( #48091 )
...
* Remove legacy Client API V2 service
Closes #47426
Signed-off-by: Martin Bartoš <mabartos@redhat.com >
* Remove workarounds for Operator
Signed-off-by: Martin Bartoš <mabartos@redhat.com >
* Fix compilation errors
Signed-off-by: Martin Bartoš <mabartos@redhat.com >
---------
Signed-off-by: Martin Bartoš <mabartos@redhat.com >
2026-04-21 14:31:08 +02:00
dependabot[bot]
42dffe88d0
Bump github/codeql-action in the actions-dependencies group ( #48228 )
...
Bumps the actions-dependencies group with 1 update: [github/codeql-action](https://github.com/github/codeql-action ).
Updates `github/codeql-action` from 4.35.1 to 4.35.2
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/c10b8064de6f491fea524254123dbe5e09572f13...95e58e9a2cdfd71adc6e0353d5c52f41a045d225 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.35.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: actions-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-20 11:20:40 +02:00
dependabot[bot]
80ce144469
Bump actions/setup-node in /.github/actions/pnpm-setup ( #48249 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 4.4.0 to 6.4.0.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/49933ea5288caeca8642d1e84afbd3f7d6820020...48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: 6.4.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-20 11:20:10 +02:00
dependabot[bot]
1c59a056b0
Bump actions/upload-artifact in /.github/actions/upload-flaky-tests ( #48253 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.6.2 to 7.0.1.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/ea165f8d65b6e75b540449e92b4886f43607fa02...043fb46d1a93c77aae656e7c1c64a875d1fc6a0a )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: 7.0.1
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-20 11:18:39 +02:00
dependabot[bot]
a277e73bd8
Bump actions/download-artifact ( #48246 )
...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 4.3.0 to 8.0.1.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/d3f86a106a0bac45b974a628896c90dbdf5c8093...3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c )
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-version: 8.0.1
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-20 11:18:26 +02:00
dependabot[bot]
56bab9bc67
Bump actions/upload-artifact in /.github/actions/build-keycloak ( #48244 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.6.2 to 7.0.1.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/ea165f8d65b6e75b540449e92b4886f43607fa02...043fb46d1a93c77aae656e7c1c64a875d1fc6a0a )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: 7.0.1
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-20 11:18:12 +02:00
dependabot[bot]
3744aad30e
Bump actions/download-artifact from 7.0.0 to 8.0.1 ( #47976 )
...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 7.0.0 to 8.0.1.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/37930b1c2abaa49bbe596cd826c3c89aef350131...3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c )
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-version: 8.0.1
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-20 11:17:58 +02:00
dependabot[bot]
21bd2d341b
Bump actions/upload-artifact from 6.0.0 to 7.0.1 ( #47974 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 6.0.0 to 7.0.1.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/b7c566a772e6b6bfb58ed0dc250532a479d7789f...043fb46d1a93c77aae656e7c1c64a875d1fc6a0a )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: 7.0.1
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-20 11:17:41 +02:00
dependabot[bot]
65b1316e0e
Bump actions/cache in /.github/actions/quarkus-snapshot-cache ( #48252 )
...
Bumps [actions/cache](https://github.com/actions/cache ) from 4.2.3 to 5.0.5.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/5a3ec84eff668545956fd18022155c47e93e2684...27d5ce7f107fe9357f9df03efb73ab90386fccae )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: 5.0.5
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-20 11:08:01 +02:00
dependabot[bot]
31a16c572f
Bump actions/cache from 4.2.3 to 5.0.5 in /.github/actions/prunsrv-setup ( #48251 )
...
Bumps [actions/cache](https://github.com/actions/cache ) from 4.2.3 to 5.0.5.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/5a3ec84eff668545956fd18022155c47e93e2684...27d5ce7f107fe9357f9df03efb73ab90386fccae )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: 5.0.5
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-20 11:07:47 +02:00
dependabot[bot]
72a4cca28a
Bump actions/cache in /.github/actions/pnpm-store-cache ( #48250 )
...
Bumps [actions/cache](https://github.com/actions/cache ) from 4.2.3 to 5.0.5.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/5a3ec84eff668545956fd18022155c47e93e2684...27d5ce7f107fe9357f9df03efb73ab90386fccae )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: 5.0.5
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-20 11:07:34 +02:00
dependabot[bot]
1f2b6fe536
Bump actions/cache from 4.2.3 to 5.0.5 in /.github/actions/node-cache ( #48248 )
...
Bumps [actions/cache](https://github.com/actions/cache ) from 4.2.3 to 5.0.5.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/5a3ec84eff668545956fd18022155c47e93e2684...27d5ce7f107fe9357f9df03efb73ab90386fccae )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: 5.0.5
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-20 11:07:18 +02:00
dependabot[bot]
9cde58d9ba
Bump actions/cache from 4.2.3 to 5.0.5 in /.github/actions/maven-cache ( #48247 )
...
Bumps [actions/cache](https://github.com/actions/cache ) from 4.2.3 to 5.0.5.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/5a3ec84eff668545956fd18022155c47e93e2684...27d5ce7f107fe9357f9df03efb73ab90386fccae )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: 5.0.5
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-20 11:07:04 +02:00
dependabot[bot]
eadc982c9a
Bump actions/cache from 4.2.3 to 5.0.5 ( #48243 )
...
Bumps [actions/cache](https://github.com/actions/cache ) from 4.2.3 to 5.0.5.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v4.2.3...27d5ce7f107fe9357f9df03efb73ab90386fccae )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: 5.0.5
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-20 11:06:50 +02:00
dependabot[bot]
65b5555fcf
Bump actions/cache in /.github/actions/corepack-setup ( #48245 )
...
Bumps [actions/cache](https://github.com/actions/cache ) from 4.2.3 to 5.0.5.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/5a3ec84eff668545956fd18022155c47e93e2684...27d5ce7f107fe9357f9df03efb73ab90386fccae )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: 5.0.5
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-20 11:06:37 +02:00
Alexander Schwartz
2d07f5e577
Include shared GitHub Actions in dependabot
...
Closes #48210
Signed-off-by: Alexander Schwartz <alexander.schwartz@ibm.com >
2026-04-20 09:07:55 +02:00
Ryan Emerson
84efef011a
AuthZen Evaluation API
...
Closes #47629
Signed-off-by: Ryan Emerson <remerson@ibm.com >
2026-04-17 10:41:45 -03:00
Stian Thorgersen
560a3f5220
Fixing teams ownership for core authn ( #48135 )
...
Signed-off-by: stianst <stianst@gmail.com >
2026-04-17 14:00:20 +02:00
Peter Zaoral
038754d94c
Build Quarkus from source in quarkus-next workflow ( #47892 )
...
Closes : #47500
Signed-off-by: Peter Zaoral <pzaoral@redhat.com >
2026-04-15 17:05:10 +02:00
Stefan Guilhen
6a9d31625d
Add workflows to the area drop-down when opening new issues
...
Signed-off-by: Stefan Guilhen <sguilhen@redhat.com >
2026-04-15 15:07:53 +02:00
dependabot[bot]
cd0ed1655d
Bump azure/login from 2.3.0 to 3.0.0 ( #47973 )
...
Bumps [azure/login](https://github.com/azure/login ) from 2.3.0 to 3.0.0.
- [Release notes](https://github.com/azure/login/releases )
- [Commits](https://github.com/azure/login/compare/a457da9ea143d694b1b9c7c869ebb04ebe844ef5...532459ea530d8321f2fb9bb10d1e0bcf23869a43 )
---
updated-dependencies:
- dependency-name: azure/login
dependency-version: 3.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-13 18:51:36 +02:00
Bruno Oliveira da Silva
cc2db82cfb
Update with core authn team ( #47780 )
...
* Update with core authn team
Signed-off-by: Bruno Oliveira da Silva <bruno@abstractj.com >
* Revert core-protocols change to unblock this issue
Signed-off-by: Alexander Schwartz <alexander.schwartz@ibm.com >
---------
Signed-off-by: Bruno Oliveira da Silva <bruno@abstractj.com >
Signed-off-by: Alexander Schwartz <alexander.schwartz@ibm.com >
Co-authored-by: Alexander Schwartz <alexander.schwartz@ibm.com >
2026-04-13 17:32:19 +02:00
Erik Jan de Wit
baffa46b22
removed postinstall script ( #47907 )
...
* removed postinstall script
fixes : #47904
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com >
* generate bindings when running the tests
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com >
---------
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com >
2026-04-13 12:25:57 +02:00
dependabot[bot]
8220560210
Bump docker/login-action from 3.7.0 to 4.1.0 ( #47977 )
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 3.7.0 to 4.1.0.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/c94ce9fb468520275223c153574b00df6fe4bcc9...4907a6ddec9925e35a0a9e82d7399ccc52663121 )
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-version: 4.1.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-13 11:26:47 +02:00
Nguyễn Mạnh Thắng
f10e5b4539
Add Vietnamese (vi) locale support with initial translations
...
Closes #47951
Register the Vietnamese locale across all theme types (login, account, admin, email) and add initial message bundles seeded from English sources. Vietnamese translations will follow via Weblate.
Signed-off-by: thangnm11 <thang.991992@gmail.com >
Co-authored-by: ThangNM <thangnm@hotmail.com >
2026-04-13 09:16:14 +02:00
Pedro Igor
d7a43aed28
Updating core-iam team metadata with the area/scim label ( #47823 )
...
Signed-off-by: Pedro Igor <pigor.craveiro@gmail.com >
2026-04-10 14:34:47 +02:00
Peter Zaoral
2a4c9e05be
Pin Azure CLI to 2.82.0 to fix JSON parsing error ( #47828 )
...
Closes : #47827
Signed-off-by: Peter Zaoral <pzaoral@redhat.com >
2026-04-08 08:01:21 +02:00
dependabot[bot]
d1b9975dcb
Bump the actions-dependencies group across 1 directory with 3 updates ( #47168 )
...
Bumps the actions-dependencies group with 3 updates in the / directory: [github/codeql-action](https://github.com/github/codeql-action ), [manusa/actions-setup-minikube](https://github.com/manusa/actions-setup-minikube ) and [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action ).
Updates `github/codeql-action` from 4.32.3 to 4.32.6
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/9e907b5e64f6b83e7804b09294d44122997950d6...0d579ffd059c29b07949a3cce3983f0780820c98 )
Updates `manusa/actions-setup-minikube` from 2.15.0 to 2.16.1
- [Release notes](https://github.com/manusa/actions-setup-minikube/releases )
- [Commits](https://github.com/manusa/actions-setup-minikube/compare/8234275e0386fe1cdaf519d28c90f4f03fad89e4...96202dee4ae1c2f46a62fe197273aaf22b83f42d )
Updates `aquasecurity/trivy-action` from 0.34.0 to 0.35.0
- [Release notes](https://github.com/aquasecurity/trivy-action/releases )
- [Commits](https://github.com/aquasecurity/trivy-action/compare/c1824fd6edce30d7ab345a9989de00bbd46ef284...57a97c7e7821a5776cebc9bb87c984fa69cba8f1 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.32.6
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: actions-dependencies
- dependency-name: manusa/actions-setup-minikube
dependency-version: 2.16.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: actions-dependencies
- dependency-name: aquasecurity/trivy-action
dependency-version: 0.35.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: actions-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-07 16:26:01 +02:00
Alexander Schwartz
1abce3ac8b
Avoid running CI on copilot branches
...
Closes #47435
Signed-off-by: Alexander Schwartz <alexander.schwartz@ibm.com >
2026-04-07 14:34:47 +02:00
Steven Hawkins
51b6f9b291
fix: promotes keycloak and realm import to v2beta1 ( #45840 )
...
closes : #45795
Signed-off-by: Steve Hawkins <shawkins@redhat.com >
2026-04-04 16:46:28 +02:00