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
@@ -193,4 +193,5 @@ platform:
193
193
# orgKey: "org_key" # Organization key
194
194
# accessToken: "${PGAI_PLATFORM_ACCESS_TOKEN}" # Token for authorization in Platform API; get it at https://postgres.ai/console/YOUR_ORG_NAME/tokens
195
195
# enablePersonalTokens: true # Enable authorization with personal tokens of the organization's members.
196
+
# 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
@@ -193,4 +193,5 @@ platform:
193
193
# orgKey: "org_key" # Organization key
194
194
# accessToken: "${PGAI_PLATFORM_ACCESS_TOKEN}" # Token for authorization in Platform API; get it at https://postgres.ai/console/YOUR_ORG_NAME/tokens
195
195
# enablePersonalTokens: true # Enable authorization with personal tokens of the organization's members.
196
+
# 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
@@ -174,4 +174,5 @@ platform:
174
174
# orgKey: "org_key" # Organization key
175
175
# accessToken: "${PGAI_PLATFORM_ACCESS_TOKEN}" # Token for authorization in Platform API; get it at https://postgres.ai/console/YOUR_ORG_NAME/tokens
176
176
# enablePersonalTokens: true # Enable authorization with personal tokens of the organization's members.
177
+
# 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
@@ -204,4 +204,5 @@ platform:
204
204
# orgKey: "org_key" # Organization key
205
205
# accessToken: "${PGAI_PLATFORM_ACCESS_TOKEN}" # Token for authorization in Platform API; get it at https://postgres.ai/console/YOUR_ORG_NAME/tokens
206
206
# enablePersonalTokens: true # Enable authorization with personal tokens of the organization's members.
207
+
# 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