pangeo-forge / pangeo-forge-cloud-federation

Infrastructure for running pangeo-forge across multiple bakeries
Apache License 2.0
3 stars 6 forks source link

Add permissions boundary and tag variables #9

Closed thodson-usgs closed 7 months ago

thodson-usgs commented 8 months ago

This PR resumes the changes proposed in #8. It adds permission boundary and tag variables, which are needed to deploy on the USGS cloud account.

Initially, I tried adding an aws profile variable as well, but somehow this wasn't getting correctly passed through helm, such that deployment would fail, then I would need to run aws eks update-kubeconfig and add config_path=~/.kube/config to the helm provider in order to deploy the helm modules. For now, I think I can proceed without using a profile, so this isn't an issue.

yuvipanda commented 7 months ago

Thanks @thodson-usgs