Azure-Orbital-STAC/deploy/scripts
Brian Loss 105c1af9c0
Fix build failure, update package versions (#41)
* gdal version needs to be locked in pyproject.toml to the same version
  in the Dockerfile. Otherwise when new versions of gdal come out, the
  build will attempt to use them and that may fail since the native code
  won't be installed and pip will try to build the wheel and fail.
* Update stac-browser to 3.0.2 which fixes a build issue where upstream
  packages changed and previous versions (3.0.0, 3.0.1) will no longer
  build.
* Update packages to latest versions.
* Remove use of xargs and replace with a for loop to support
  cross-platform use of the script.
* Fix retrieval of signed-in user object ID. If no value was found in
  the id field, then try objectId. If that is not found, then fail the
  script.
* Pass cloudName to stac-scaler deployment so deployment works on
  sovereign or other non-public clouds.
* Switch to stac-fastapi-pgstac, since the pgstac backend was broken out
  of the stac-fastapi project starting with version 2.4.6.
* Update naip deployment docs to make copy/paste easier
2023-06-16 16:49:38 -04:00
..
build.sh Fix build failure, update package versions (#41) 2023-06-16 16:49:38 -04:00
cleanup.sh Remove API management (#38) 2023-06-05 17:35:09 -04:00
configure.sh Fix build failure, update package versions (#41) 2023-06-16 16:49:38 -04:00
install.sh Fix build failure, update package versions (#41) 2023-06-16 16:49:38 -04:00
secure-keyvault.sh Remove API management (#38) 2023-06-05 17:35:09 -04:00
secure-stac-endpoints.sh Remove API management (#38) 2023-06-05 17:35:09 -04:00
setup.sh Remove API management (#38) 2023-06-05 17:35:09 -04:00