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
Summary:
fips enabled will pass in
`-Dorg.bouncycastle.ips.approved_only=true` to YBA
Test Plan:
new ut
helm template . --set yugaware.fips.enabled=true
args: [
"bin/yugaware",
"-Dorg.bouncycastle.fips.approved_only=true",
"-Dconfig.file=/data/application.docker.conf"
]
helm template .
args: [
"bin/yugaware",
"-Dconfig.file=/data/application.docker.conf"
]
helm template . --set yugaware.fips.enabled=false
args: [
"bin/yugaware",
"-Dconfig.file=/data/application.docker.conf"
]
helm deployment with fips enabled, see logs:
```
YW 2025-06-17T22:41:10.343Z [INFO] from AppInit in main - FipsStatus.isReady = true
YW 2025-06-17T22:41:10.343Z [INFO] from AppInit in main - CryptoServicesRegistrar.isInApprovedOnlyMode = true
YW 2025-06-17T22:41:10.343Z [INFO] from AppInit in main - Following providers are installed:
YW 2025-06-17T22:41:10.343Z [INFO] from AppInit in main - 0: BCFIPS
YW 2025-06-17T22:41:10.343Z [INFO] from AppInit in main - 1: BCJSSE
YW 2025-06-17T22:41:10.343Z [INFO] from AppInit in main - 2: SUN
YW 2025-06-17T22:41:10.343Z [INFO] from AppInit in main - AppInit completed
```
Reviewers: anijhawan, amalyshev
Reviewed By: anijhawan, amalyshev
Subscribers: yugaware
Differential Revision: https://phorge.dev.yugabyte.com/D44756
0 commit comments