Difference between revisions of "AUTH/Current/AuthPEGuide/Planning"
(Published) |
m (Text replacement - "Genesys Engage [cC]loud" to "Genesys Multicloud CX") |
||
Line 4: | Line 4: | ||
|LimitationsStatus=Yes | |LimitationsStatus=Yes | ||
|HelmStatus=No | |HelmStatus=No | ||
− | |HelmText=Genesys Authentication in Genesys | + | |HelmText=Genesys Authentication in Genesys Multicloud CX private edition is made up of three containers, one for each of its components: |
*gws-core-auth - Authentication API service | *gws-core-auth - Authentication API service | ||
Line 51: | Line 51: | ||
}} | }} | ||
|DependenciesStatus=No | |DependenciesStatus=No | ||
− | |DependenciesText=Genesys Authentication must be deployed before other Genesys | + | |DependenciesText=Genesys Authentication must be deployed before other Genesys Multicloud CX private edition services. To {{Link-SomewhereInThisVersion|manual=AuthPEGuide|topic=Provision|display text=complete provisioning}} the service, you must first deploy {{Link-AnywhereElse|product=GWS|version=Current|manual=GWSPEGuide|display text=Web Services and Applications}} and the {{Link-AnywhereElse|product=PrivateEdition|version=Current|manual=TenantPEGuide|display text=Tenant Service}}. For a look at the high-level deployment order, see {{SuiteLevelLink|deployorder}}. |
|GDPRStatus=Yes | |GDPRStatus=Yes | ||
|PEPageType=bf21dc7c-597d-4bbe-8df2-a2a64bd3f167 | |PEPageType=bf21dc7c-597d-4bbe-8df2-a2a64bd3f167 | ||
}} | }} |
Revision as of 20:29, November 9, 2021
Contents
Find out what to do before deploying Genesys Authentication.
Download the Helm charts
Genesys Authentication in Genesys Multicloud CX private edition is made up of three containers, one for each of its components:
- gws-core-auth - Authentication API service
- gws-ui-auth - Authentication UI service
- gws-core-environment - Environment API service
The service also includes a Helm chart, which you must deploy to install all three containers for Genesys Authentication:
- gauth
See Helm charts and containers for Authentication, Login, and SSO for the Helm chart version you must download for your release.
To download the Helm chart, navigate to the gauth folder in the JFrog repository. See Downloading your Genesys Multicloud CX containers for details.
Third-party prerequisites
Install the prerequisite dependencies listed in the Third-party services table before you deploy Genesys Authentication.
Name | Version | Purpose | Notes |
---|---|---|---|
PostgreSQL | 11.x | Relational database. | |
Redis | 6.x | Used for caching. Only distributions of Redis that support Redis cluster mode are supported, however, some services may not support cluster mode. | Redis must be in cluster mode. |
Consul | 1.13.x | Service discovery, service mesh, and key/value store. | |
Ingress controller | HTTPS ingress controller. | ||
HTTPS certificates - Let's Encrypt | Use with cert-manager to provide free rotating TLS certificates for NGINX Ingress Controller. Note: Let's Encrypt is a suite-wide requirement if you choose an Ingress Controller that needs it. | ||
HTTPS certificates - cert-manager | Use with Let's Encrypt to provide free rotating TLS certificates for NGINX Ingress Controller. | ||
Load balancer | VPC ingress. For NGINX Ingress Controller, a single regional Google external network LB with a static IP and wildcard DNS entry will pass HTTPS traffic to NGINX Ingress Controller which will terminate SSL traffic and will be setup as part of the platform setup. |
Storage requirements
Genesys Authentication uses PostgreSQL to store key/value pairs for the Authentication API and Environment API services. It uses Redis to cache data for the Authentication API service.
Network requirements
Browser requirements
The Authentication UI supports the web browsers listed in the Browsers table.
Name | Version | Notes |
---|---|---|
Chrome | Current release or one version previous | Chrome updates itself automatically. Versions of Chrome are only an issue if your IT department restricts automatic updates. |
Firefox | Current release or one version previous | Genesys also supports the current ESR release. Genesys supports the transitional ESR release only during the time period in which the new ESR release is tested and certified. For more information, see Firefox ESR release cycle. Firefox updates itself automatically. Versions of Firefox are only an issue if your IT department restricts automatic updates. |
Microsoft Edge (Legacy) | Current release | |
Microsoft Edge Chromium | Current release |
Genesys dependencies
Genesys Authentication must be deployed before other Genesys Multicloud CX private edition services. To complete provisioning the service, you must first deploy Web Services and Applications and the Tenant Service. For a look at the high-level deployment order, see Order of services deployment.