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
Description
Communication between microservices can be encrypted for secure communication.
Detail
Currently communication between microservices is not encrypted. In a highly secure environment, encrypted communication is a requirement. This issue introduces encryption between the Frontend, API and Rag engine.
Acceptance Criteria
Encryption is optional.
When encryption is enabled, all communication is encrypted by mTLS.
Certificates can be self-signed with a common CA and different Certs for the Frontend, API and RAG
The text was updated successfully, but these errors were encountered:
Description
Communication between microservices can be encrypted for secure communication.
Detail
Currently communication between microservices is not encrypted. In a highly secure environment, encrypted communication is a requirement. This issue introduces encryption between the Frontend, API and Rag engine.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: