Skip to content

Commit

Permalink
Updated FIPS docs to reflect schema registry related FIPS compliance …
Browse files Browse the repository at this point in the history
…information (#1701)
  • Loading branch information
pranavrth committed Jan 30, 2024
1 parent bb4d013 commit 5a87879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/fips/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ To make client (consumer, producer or admin client) FIPS compliant, you must ena

## Communication between client and Schema Registry

This part is not tested for FIPS compliance right now.
The communication between client and Schema Registry is also FIPS compliant if the underlying python is using FIPS compliant OpenSSL. This depends on the system level OpenSSL if the python is installed in default way. To know more on how to use FIPS provider with OpenSSL, check [How to use FIPS Module](https://www.openssl.org/docs/man3.0/man7/fips_module.html) and [Generating FIPS module and config file](https://github.com/openssl/openssl/blob/openssl-3.0.8/README-FIPS.md) links. The steps are briefly described above as well.

## References
* [Generating FIPS module and config file](https://github.com/openssl/openssl/blob/openssl-3.0.8/README-FIPS.md)
Expand Down

0 comments on commit 5a87879

Please sign in to comment.