@@ -39,11 +39,18 @@ Recently policy service was migrated from Flask to FastAPI, this was done in par
* baremetal
* aws
* azure
* gcp
* gc
* ibm
* LOCAL
* MOCK or undefined
Libraries for working with storage can only be imported for the following providers:
* baremetal
* aws
* azure
* gc
* ibm
Related Settings/Environmental variables:
-`POLICY_BUCKET` - used by AWS, Google Cloud and IBM to determine which bucket is used for providing bundle files. Service identity running policy service needs to have write permission to contents in this bucket. Note us-east-1 is only region supported at this time for AWS.
-`CONTAINER_NAME` - used by Azure to determine which container is used for providing bundle files. Service principal running policy service needs to have write permission to contents in this bucket.