Wrong portalUrl after federation

531
0
10-28-2019 05:27 AM
Mauricio_Arroqui
New Contributor II

I used Esri ArcGIS Enterprise 10.7.1 on Microsoft Windows AMI from The ArcGIS Enterprise AMIs—ArcGIS Enterprise on AWS | ArcGIS Enterprise list to create a cloud environment. Everything goes okey: certificates installation, web adaptors configuration for portal and server, postgres database creation, normal geodatabase and managed. But, when I federate portal with server I get this portal properties inside "https://www.myexample.com/server/admin/security/config ": 

{
"portalUrl": "https://myexample/portal",
"privatePortalUrl": "https://172.31.26.234:7443/arcgis",
"portalSecretKey": "xxxxxxxxxxxxxxxxxxxxxxx",
"portalMode": "ARCGIS_PORTAL_FEDERATION",
"serverId": "eeeeeeeeeeeeeeeeeeee",
"serverUrl": "https://www.myexample.com/server"
}

Where portalUrl is incorrect, it should be https://myexample.com/portal, thus when I try to login to Geo Event Processor to re-direction from outside AMI is incorrect. Inside AMI everithing goes okey because "myexample" is the machine name. 
Additionally, I guess privatePortalUrl is not correct, I don't have a clear understanding for what that value is used, but that IP is an internal AWS network. 

My question is, Is there a way to change portalUrl? 

Thanks in advance. 

0 Kudos
0 Replies