You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: engine/configs/config.example.logical_generic.yml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -211,4 +211,5 @@ platform:
211
211
# orgKey: "org_key" # Organization key
212
212
# accessToken: "${PGAI_PLATFORM_ACCESS_TOKEN}" # Token for authorization in Platform API; get it at https://postgres.ai/console/YOUR_ORG_NAME/tokens
213
213
# enablePersonalTokens: true # Enable authorization with personal tokens of the organization's members.
214
+
# bindClonesToUser: false # Label each clone with a trusted Teleport dblab_user tag from the authenticated user's email local part (requires enablePersonalTokens); shared-token clones are left untagged and the clone's Postgres username is unchanged.
Copy file name to clipboardExpand all lines: engine/configs/config.example.logical_rds_iam.yml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -202,4 +202,5 @@ platform:
202
202
# orgKey: "org_key" # Organization key
203
203
# accessToken: "${PGAI_PLATFORM_ACCESS_TOKEN}" # Token for authorization in Platform API; get it at https://postgres.ai/console/YOUR_ORG_NAME/tokens
204
204
# enablePersonalTokens: true # Enable authorization with personal tokens of the organization's members.
205
+
# bindClonesToUser: false # Label each clone with a trusted Teleport dblab_user tag from the authenticated user's email local part (requires enablePersonalTokens); shared-token clones are left untagged and the clone's Postgres username is unchanged.
Copy file name to clipboardExpand all lines: engine/configs/config.example.physical_generic.yml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -184,4 +184,5 @@ platform:
184
184
# orgKey: "org_key" # Organization key
185
185
# accessToken: "${PGAI_PLATFORM_ACCESS_TOKEN}" # Token for authorization in Platform API; get it at https://postgres.ai/console/YOUR_ORG_NAME/tokens
186
186
# enablePersonalTokens: true # Enable authorization with personal tokens of the organization's members.
187
+
# bindClonesToUser: false # Label each clone with a trusted Teleport dblab_user tag from the authenticated user's email local part (requires enablePersonalTokens); shared-token clones are left untagged and the clone's Postgres username is unchanged.
Copy file name to clipboardExpand all lines: engine/configs/config.example.physical_pgbackrest.yml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -214,4 +214,5 @@ platform:
214
214
# orgKey: "org_key" # Organization key
215
215
# accessToken: "${PGAI_PLATFORM_ACCESS_TOKEN}" # Token for authorization in Platform API; get it at https://postgres.ai/console/YOUR_ORG_NAME/tokens
216
216
# enablePersonalTokens: true # Enable authorization with personal tokens of the organization's members.
217
+
# bindClonesToUser: false # Label each clone with a trusted Teleport dblab_user tag from the authenticated user's email local part (requires enablePersonalTokens); shared-token clones are left untagged and the clone's Postgres username is unchanged.
0 commit comments