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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
The current implementation of Invoke-ArcGISConfiguration (and the underlying configurations) assumes that if a user defines an ILB via JSON for either ArcGIS Portal or ArcGIS Server, the port it will be listening on is :7443 or :6443 respectively. This works when that is the users implementation but if the port is anything else, it will fail.
To solve this, Invoke-ArcGISConfiguration should allow new values such as in the below example to define what port a users ILB is listening on and fall back to :7443 or :6443 if no value is provided. This would prevent existing users from being impacted while introducing the functionality for those who need it.
Community Note
The current implementation of
Invoke-ArcGISConfiguration
(and the underlying configurations) assumes that if a user defines an ILB via JSON for either ArcGIS Portal or ArcGIS Server, the port it will be listening on is:7443
or:6443
respectively. This works when that is the users implementation but if the port is anything else, it will fail.To solve this,
Invoke-ArcGISConfiguration
should allow new values such as in the below example to define what port a users ILB is listening on and fall back to:7443
or:6443
if no value is provided. This would prevent existing users from being impacted while introducing the functionality for those who need it.Configuration Example
The text was updated successfully, but these errors were encountered: