Skip to content

feat: trigger shoot reconciliation after OIDC updates#44

Open
Zaggy21 wants to merge 7 commits intomainfrom
feat/trigger-shoot-reconciliation-after-oidc-updates
Open

feat: trigger shoot reconciliation after OIDC updates#44
Zaggy21 wants to merge 7 commits intomainfrom
feat/trigger-shoot-reconciliation-after-oidc-updates

Conversation

@Zaggy21
Copy link
Copy Markdown
Contributor

@Zaggy21 Zaggy21 commented Apr 9, 2026

Summary

Trigger Shoot reconciliation automatically when OIDC AuthenticationConfiguration ConfigMap content changes.

Behavior

  • When ConfigMap content changes + Shoot spec unchanged: Annotates Shoot → immediate reconciliation
  • When ConfigMap content changes + Shoot spec needs update: Updates spec only → spec change triggers reconciliation
  • When nothing changes: No action taken

Docs
Added new section "OIDC Configuration Updates and Shoot Reconciliation" to README.md.

Zaggy21 added 3 commits April 9, 2026 15:34
On-behalf-of: @SAP krzysztof.zagorski@sap.com
On-behalf-of: @SAP krzysztof.zagorski@sap.com
On-behalf-of: @SAP krzysztof.zagorski@sap.com
@Zaggy21 Zaggy21 requested a review from a team as a code owner April 9, 2026 14:56
@Zaggy21 Zaggy21 linked an issue Apr 9, 2026 that may be closed by this pull request
4 tasks
Zaggy21 added 4 commits April 10, 2026 13:34
…rate files

On-behalf-of: @SAP krzysztof.zagorski@sap.com
On-behalf-of: @SAP krzysztof.zagorski@sap.com
On-behalf-of: @SAP krzysztof.zagorski@sap.com
@github-actions
Copy link
Copy Markdown

Merging this branch will not change overall coverage

Impacted Packages Coverage Δ 🤖
github.com/cloudoperators/shoot-grafter/api/v1alpha1 0.00% (ø)
github.com/cloudoperators/shoot-grafter/controller/shoot 0.00% (ø)

Coverage by file

Changed files (no unit tests)

Changed File Coverage Δ Total Covered Missed 🤖
github.com/cloudoperators/shoot-grafter/api/v1alpha1/zz_generated.deepcopy.go 0.00% (ø) 0 0 0
github.com/cloudoperators/shoot-grafter/controller/shoot/auth.go 0.00% (ø) 0 0 0

Please note that the "Total", "Covered", and "Missed" counts above refer to code statements instead of lines of code. The value in brackets refers to the test coverage of that file in the old version of the code.

Changed unit test files

  • github.com/cloudoperators/shoot-grafter/controller/shoot/auth_test.go
  • github.com/cloudoperators/shoot-grafter/controller/shoot/shoot_controller_test.go

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.

[FEAT shoot-grafter] - Trigger Shoot reconciliation after OIDC updates

1 participant