jamesnetherton commented on PR #5485:
URL: https://github.com/apache/camel-quarkus/pull/5485#issuecomment-1794908587
> For the FIPS-enabled environment, the profile `fips` has to be used. The
reason is that the `BC-FIPS` is used instead of the `BC`
The `fips` Maven profile has:
```
<properties>
<security.procide>quarkus.security.security-providers=BCFIPS</security.procide>
</properties>
```
What does that do?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]