apache / camel-k-runtime

Apache Camel K runtime
https://camel.apache.org
Apache License 2.0
62 stars 50 forks source link

Add build-time properties to the catalog #564

Open nicolaferraro opened 3 years ago

nicolaferraro commented 3 years ago

I've faced issues when trying to configure things (like Quarkus security) that contain build-time-only properties.

E.g. quarkus.security.users.embedded.enabled=true is a property that is not processed at runtime, so it's ignored by the integration. In terms of Camel K, it needs to be taken into account when building the kit.

This information exists somewhere, since this page has been built: https://quarkus.io/guides/all-config#quarkus-elytron-security-properties-file_quarkus-elytron-security-properties-file-elytron-security-properties-file

lburgazzoli commented 3 years ago

Some discussion here:

https://quarkusio.zulipchat.com/#narrow/stream/187038-dev/topic/configuration.20options.20catalog