Revision as of 13:33, March 26, 2020 by Jumunn (talk | contribs) (Update with the copy of version: 9.0.0DRAFT)
Jump to: navigation, search

Configuring Security

Genesys Web Services and Applications follows security guidelines to minimize risks as outlined in the Open Web Application Security Project (OWASP) Top 10. It has adopted several methods of ensuring security, for example:

  • User sessions have a timeout option.
  • Cross Site Request Forgery Protection
Important
Genesys does not recommend deploying Web Services and Applications with internet accessibility without additional security controls such as IP whitelisting restrictions.

Transport Layer Security

Transport Layer Security (TLS) is available only in Kubernetes-based deployments. This is not available in Docker Compose-based deployments.

To enable ingress secured endpoint configuration for Web Services and Applications, edit the parameters.yaml file and set ingressTlsEnable to true.

For more details, refer to Deployment of Web Services and Applications in Kubernetes.

Comments or questions about this documentation? Contact us for support!