Esri / arcgis-gitops

GitHub Actions workflows for ArcGIS Enterprise deployment and operation
Apache License 2.0
5 stars 1 forks source link

Add support for using password protected Esri Secure License Files (ESLF) in disconnected environments #90

Closed cameronkroeker closed 1 month ago

cameronkroeker commented 2 months ago

A common ArcGIS Server license file type for disconnected environments, is .ESLF. The ESLF license file is still passed in via server_authorization_file_path but when its password protected it requires the password to be passed in via the authorization_options parameter.

These can be password protected which requires an additional parameter to be passed in via the authorization_options.

pbobov commented 1 month ago

This fix adds "server_authorization_options" input variable to enterprise-base-linux-aws-application, enterprise-base-windows-aws-application, and server-linux-aws-application workflows. Value of "server_authorization_options" is added at the end of ArcGIS Server's software authorization command line.