Skip to content

Commit 6ceb107

Browse files
authored
[self-hosted] add idp registry storage docs (#15394)
1 parent 5c1386e commit 6ceb107

File tree

1 file changed

+21
-0
lines changed
  • content/docs/pulumi-cloud/admin/self-hosted/components

1 file changed

+21
-0
lines changed

content/docs/pulumi-cloud/admin/self-hosted/components/api.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,3 +459,24 @@ In order to enable [Pulumi ESC](/docs/esc), the following must be configured:
459459
* `PULUMI_SERVICE_METADATA_BLOB_STORAGE_ENDPOINT` or `PULUMI_LOCAL_OBJECTS` [object storage](#object-storage)
460460
461461
* One of the [encryption services](#encryption-services)
462+
463+
## Pulumi IDP Registry
464+
465+
In order to enable the [Pulumi IDP Registry](/docs/idp/get-started/private-registry/), the following must be configured:
466+
467+
* Environment variables for where to store public and private artifacts in a remote object store (see below).
468+
* [Cloud provider authentication](#cloud-provider-authentication) where the remote object store lives.
469+
470+
### AWS S3
471+
472+
| Variable Name | Description |
473+
|-----------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
474+
| PULUMI_REGISTRY_PUBLIC_BLOB_STORAGE_ENDPOINT | The storage endpoint for persisting public registry artifacts. The value takes the format: `s3://<bucket-name>`. Similar to `PULUMI_CHECKPOINT_BLOB_STORAGE_ENDPOINT`, this also supports query-params. |
475+
| PULUMI_REGISTRY_PRIVATE_BLOB_STORAGE_ENDPOINT | The storage endpoint for persisting private registry artifacts. The value takes the format: `s3://<bucket-name>`. Similar to `PULUMI_CHECKPOINT_BLOB_STORAGE_ENDPOINT`, this also supports query-params. |
476+
477+
### Azure Storage
478+
479+
| Variable Name | Description |
480+
|-----------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
481+
| PULUMI_REGISTRY_PUBLIC_BLOB_STORAGE_ENDPOINT | The storage endpoint for persisting public registry artifacts. The value takes the format: `azblob://<blob-container>`. |
482+
| PULUMI_REGISTRY_PRIVATE_BLOB_STORAGE_ENDPOINT | The storage endpoint for persisting private registry artifacts. The value takes the format: `azblob://<blob-container>`. |

0 commit comments

Comments
 (0)