mirror of
https://github.com/ysoftdevs/gardener-extension-shoot-fleet-agent.git
synced 2026-01-15 00:03:47 +01:00
[PR #3] [MERGED] Feature/token requestor #2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ysoftdevs/gardener-extension-shoot-fleet-agent/pull/3
Author: @salatamartin
Created: 6/7/2022
Status: ✅ Merged
Merged: 11/3/2022
Merged by: @salatamartin
Base:
master← Head:feature/token-requestor📝 Commits (10+)
99f210aAdd token requestor flow23dc67eFix CircleCI4188b33Remove generic credentialsf1b1ebbFix golang version597ac26Rename package from javamachr to ysoftdevsd9d3a12Add the forgotten utils module4cf1cf3Fix reconciliation of fleet pre-token requestor87615a7Make fleet use the new kubeconfig secrets (fetched via token requestor flow) to access shoot clustersfd21774Replace kubeconfig server url with actual ingress URL from shoot status.6da54abSkip existing cluster check for now.📊 Changes
48 files changed (+642 additions, -160 deletions)
View changed files
📝
.circleci/config.yml(+1 -17)📝
Makefile(+9 -4)📝
README.md(+2 -2)📝
VERSION(+1 -1)📝
charts/gardener-extension-shoot-fleet-agent/Chart.yaml(+1 -1)📝
charts/gardener-extension-shoot-fleet-agent/templates/rbac.yaml(+7 -0)📝
charts/gardener-extension-shoot-fleet-agent/values.yaml(+1 -1)➕
charts/internal/shoot-fleet-agent-shoot/Chart.yaml(+4 -0)➕
charts/internal/shoot-fleet-agent-shoot/templates/custom-infrastructure-rbac.yaml(+35 -0)➕
charts/internal/shoot-fleet-agent-shoot/values.yaml(+2 -0)📝
cmd/gardener-extension-shoot-fleet-agent/app/app.go(+2 -2)📝
cmd/gardener-extension-shoot-fleet-agent/app/options.go(+1 -1)📝
cmd/gardener-extension-shoot-fleet-agent/main.go(+1 -1)📝
docs/installation/setup.md(+1 -1)📝
example/controller-registration.yaml(+18 -10)📝
go.mod(+3 -3)📝
hack/api-reference/config.md(+1 -1)📝
hack/generate-controller-registration.sh(+24 -16)📝
hack/update-codegen.sh(+8 -8)📝
pkg/apis/config/install/install.go(+2 -2)...and 28 more files
📄 Description
How to categorize this PR?
/area TODO
/kind TODO
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Release note:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.