You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then add the crypto dependency implementation("io.smallrye.config:smallrye-config-crypto") and remove the smallrye.config.secret-handler.aes-gcm-nopadding.encryption-key property.
Then gradle assemble will fail
Output of uname -a or ver
No response
Output of java -version
No response
Quarkus version or git rev
3.13.3
Build tool (ie. output of mvnw --version or gradlew --version)
Gradle 8.8
Additional information
This seem to happen since 3.13.0
The text was updated successfully, but these errors were encountered:
Describe the bug
When using encrypted configuration with the opentelemetry extensions, the build fails with
This does not happen without the
opentelemetry
extensionExpected behavior
The config property
smallrye.config.secret-handler.aes-gcm-nopadding.encryption-key
should not be required to build a projectActual behavior
The config property is required to build the project
How to Reproduce?
Replroducer available here
git clone https://github.com/Malandril/quarkus-bug-crypto-otel.git
Then run
quarkus build
Or
Then add the crypto dependency
implementation("io.smallrye.config:smallrye-config-crypto")
and remove thesmallrye.config.secret-handler.aes-gcm-nopadding.encryption-key
property.Then
gradle assemble
will failOutput of
uname -a
orver
No response
Output of
java -version
No response
Quarkus version or git rev
3.13.3
Build tool (ie. output of
mvnw --version
orgradlew --version
)Gradle 8.8
Additional information
This seem to happen since 3.13.0
The text was updated successfully, but these errors were encountered: