Esri / arcgis-gitops

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

Add test workflow for GitHub Actions variables and secrets validation #1

Closed pbobov closed 9 months ago

pbobov commented 9 months ago

Add validate-settings-aws GitHub Actions workflow that will:

  1. Test if AWS credentials specified by AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY secrets are valid and have access to the S3 bucket specified by TERRAFORM_BACKEND_S3_BUCKET variable.
  2. Test generating arcgis.com token using the credentials specified by ARCGIS_ONLINE_PASSWORD and ARCGIS_ONLINE_USERNAME secrets.
  3. Check that PLATFORM variable is set to "windows" or "linux".
  4. Log default AWS region.
pbobov commented 9 months ago

Added validate-setting-aws workflow that is enabled by default.