Tero Saarni

Results 119 comments of Tero Saarni

I wanted to ask again if it would be possible to push keystore SPI / certificate hot-reload forward? Keycloak lost hot-reload support when moving from Wildfly to Quarkus (Elytron default...

I've updated the proposal: Instead of using "keystore identifiers" to request a keystore for a specific use case, I simply added just file paths. I'm hoping this could avoid the...

@stianst Thank you for your comment! Originally, this proposal included only the ability to configure multiple keystores globally. The intention is to allow end-user to set specific client certificate (+...

I do not see overlap with Vault SPI, since it is addressing opaque data blobs and it does not support `KeyStore`. There is overlap with TrustStore SPI. My thinking here...

@shaneutt Adding my arguments from #622 here as well, since it was closed as duplicate. Use case: Application developer, working in a namespace wants to secure the traffic between proxy...

I did very quick test and something like this could fix the problem ```diff diff --git a/pkg/crd/schema.go b/pkg/crd/schema.go index e76d3ea8..c1a758e4 100644 --- a/pkg/crd/schema.go +++ b/pkg/crd/schema.go @@ -185,13 +185,18 @@ func...

Thanks for the comment @JoelSpeed! > is this a breaking change? I'd be interested in opinions as well. Just pondering the question myself: Maybe the strongest argument why it is...

I bumped into #870 which seems to imply that `---` is sometimes used as part of docs, when markdown and embedded yaml is included in the documentation. In that case,...