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
* chore: support set roles for user in workspace level
* fix: lint
* fix: test
* chore: support group
* fix: test
* fix: test
* chore: update examples
* chore: support database catalog
* fix: lint
* chore: support workspace profile setting
* fix: lint
Copy file name to clipboardExpand all lines: docs/data-sources/setting.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,12 +19,28 @@ The setting data source.
19
19
20
20
-`name` (String)
21
21
22
+
### Optional
23
+
24
+
-`workspace_profile` (Block List, Max: 1) (see [below for nested schema](#nestedblock--workspace_profile))
25
+
22
26
### Read-Only
23
27
24
28
-`approval_flow` (Block List) Configure risk level and approval flow for different tasks. Require ENTERPRISE subscription. (see [below for nested schema](#nestedblock--approval_flow))
25
29
-`external_approval_nodes` (Block List) Configure external nodes in the approval flow. Require ENTERPRISE subscription. (see [below for nested schema](#nestedblock--external_approval_nodes))
-`disallow_signup` (Boolean) Disallow self-service signup, users can only be invited by the owner. Require PRO subscription.
39
+
-`domains` (List of String) The workspace domain, e.g. bytebase.com. Required for the group
40
+
-`enforce_identity_domain` (Boolean) Only user and group from the domains can be created and login.
41
+
-`external_url` (String) The URL user visits Bytebase. The external URL is used for: 1. Constructing the correct callback URL when configuring the VCS provider. The callback URL points to the frontend; 2. Creating the correct webhook endpoint when configuring the project GitOps workflow. The webhook endpoint points to the backend.
Copy file name to clipboardExpand all lines: docs/resources/setting.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ The setting resource.
23
23
24
24
-`approval_flow` (Block List) Configure risk level and approval flow for different tasks. Require ENTERPRISE subscription. (see [below for nested schema](#nestedblock--approval_flow))
25
25
-`external_approval_nodes` (Block List) Configure external nodes in the approval flow. Require ENTERPRISE subscription. (see [below for nested schema](#nestedblock--external_approval_nodes))
26
+
-`workspace_profile` (Block List, Max: 1) (see [below for nested schema](#nestedblock--workspace_profile))
-`disallow_signup` (Boolean) Disallow self-service signup, users can only be invited by the owner. Require PRO subscription.
112
+
-`domains` (List of String) The workspace domain, e.g. bytebase.com. Required for the group
113
+
-`enforce_identity_domain` (Boolean) Only user and group from the domains can be created and login.
114
+
-`external_url` (String) The URL user visits Bytebase. The external URL is used for: 1. Constructing the correct callback URL when configuring the VCS provider. The callback URL points to the frontend; 2. Creating the correct webhook endpoint when configuring the project GitOps workflow. The webhook endpoint points to the backend.
Description: "The URL user visits Bytebase. The external URL is used for: 1. Constructing the correct callback URL when configuring the VCS provider. The callback URL points to the frontend; 2. Creating the correct webhook endpoint when configuring the project GitOps workflow. The webhook endpoint points to the backend.",
56
+
},
57
+
"disallow_signup": {
58
+
Type: schema.TypeBool,
59
+
Computed: computed,
60
+
Optional: true,
61
+
Description: "Disallow self-service signup, users can only be invited by the owner. Require PRO subscription.",
0 commit comments