Handle shoots using a Credentials Binding to reference cloud credentials #2147
Labels
area/ipcei
IPCEI (Important Project of Common European Interest)
component/dashboard
Gardener Dashboard
kind/enhancement
Enhancement, improvement, extension
What would you like to be added:
The implementation of gardener/gardener#9586 has introduced a new object called
CredentialsBinding
. In similarity withSecretBinding
this object can be referenced byShoot
clusters via the fieldcredentialsBindingName
. TheCredentialsBinding
can reference aSecret
or aWorkloadIdentity
. Right now the dashboard cannot follow that reference and display it to users. It would be great if this scenario is supported.Why is this needed:
The
SecretBinding
API will be deprecated in the future.The text was updated successfully, but these errors were encountered: