doddisam
doddisam
@dmikusa - I know today by using BP_EMBED_CERTS during the build, all the certs will be in layers directory (/layers/paketo-buildpacks_ca-certificates/ca-certificates/ca-certificates). By using SSL_CERT_DIR variable in my k8's deployment i am...
@dmikusa Thanks for your input. Much appreciated!
We want our users to use builder resource not builder.image reference as we manage kpack builder. so we have a use case to check if we can restrict automatic rebuilds...
Can anybody help on above ?
Yes it is. You can add it under build section. build: services: - name: dependencies kind: Secret apiVersion: v1
(TLS passthrough) with istio 1.21.0 with k8's gateway api. Looks like TLS passthrough does not work.
@frankbu - After using PILOT_ENABLE_ALPHA_GATEWAY_API=true, its working. Thank you
Is there a plan to supports sha512 in newer version? I see dotnet core used sha512.
Meanwhile, Do you know if we can add sha512 id manually in dependency secrets. I dont see sha512 field in the dotnet buildpacks builder.toml file. In java we have sha256...
@dmikusa Thanks for the reply. I am using K8's dependency mapping and this is how my secrets looks. I don't think key can have ":" in the k8's secrets. That...
@dmikusa Thanks for your input. Its working fine