Skip to content

Load OIDC identity types from runtime defaults - #32

Merged
chen21019 merged 1 commit into
mainfrom
fix/packaged-oidc-identity-defaults
Sep 16, 2026
Merged

chen21019 merged 1 commit into
mainfrom
fix/packaged-oidc-identity-defaults

Conversation

@chen21019

Copy link
Copy Markdown

根因\n\ncattle-global.properties is packaged for installers, but production Java startup loads META-INF/cattle/*/defaults.properties. Engine 0.183.305 fixed schema ordering while leaving the reviewed OIDC identity list outside the runtime-loaded defaults, so the integrated Server schema still omitted oidc_user and oidc_group.\n\n## 修正\n\n- publish the reviewed external identity list from the IAAS API packaged defaults\n- keep startup ordering and stable de-duplicating schema merge\n- make the Spring regression test obtain values through production ConfigConfig.GlobalProperties()\n- gate the runtime-loaded defaults path\n- bump the immutable Engine version to 0.183.306 and document 0.183.305 as superseded for this contract\n\n## 驗證\n\n- TypesConfigTest: 1/1 PASS through the production defaults loader\n- 84-module targeted reactor compile/test chain: PASS\n- dirty source gate: PASS with oidc_external_types=packaged-runtime-defaults-startup-ordered-deduplicated-reviewed-allowlist\n- Server integrated runtime smoke remains the release authority and must verify both v1 and v2-beta schemas before publication.

@chen21019
chen21019 requested a review from a team as a code owner September 16, 2026 08:58
@chen21019
chen21019 merged commit f96c301 into main Sep 16, 2026
5 checks passed
@chen21019
chen21019 deleted the fix/packaged-oidc-identity-defaults branch September 16, 2026 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant