The buildpack downloads the Authorization Bundle and authenticates with the Identity certificate.
In case of the credential type X509_GENERATED the Identity Broker generates a certificate and key and puts it into the binding.
In case of X509_PROVIDED this is not the case and the application needs a way to provide the private key (and cert) to the application.
This could be done via env variable, user-provided service, something else…?
The buildpack downloads the Authorization Bundle and authenticates with the Identity certificate.
In case of the credential type
X509_GENERATEDthe Identity Broker generates a certificate and key and puts it into the binding.In case of
X509_PROVIDEDthis is not the case and the application needs a way to provide the private key (and cert) to the application.This could be done via env variable, user-provided service, something else…?