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
-`disallow_signup` (Boolean) Disallow self-service signup, users can only be invited by the owner. Require PRO subscription.
170
170
-`domains` (List of String) The workspace domain, e.g. bytebase.com. Required for the group
171
+
-`enable_audit_log_stdout` (Boolean) Enable audit logging to stdout in structured JSON format. Requires TEAM or ENTERPRISE license.
171
172
-`enforce_identity_domain` (Boolean) Only user and group from the domains can be created and login.
172
173
-`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.
173
174
-`maximum_role_expiration_in_seconds` (Number) The max duration in seconds for role expired. If the value is less than or equal to 0, we will remove the setting. AKA no limit.
@@ -189,32 +190,23 @@ Optional:
189
190
190
191
Read-Only:
191
192
192
-
-`rules` (List of Object) (see [below for nested schema](#nestedatt--approval_flow--rules))
193
+
-`rules` (List of Object) Rules are evaluated in order, first matching rule applies. (see [below for nested schema](#nestedatt--approval_flow--rules))
193
194
194
195
<aid="nestedatt--approval_flow--rules"></a>
195
196
### Nested Schema for `approval_flow.rules`
196
197
197
198
Read-Only:
198
199
199
-
-`conditions` (List of Object) (see [below for nested schema](#nestedobjatt--approval_flow--rules--conditions))
200
+
-`condition` (String)
200
201
-`flow` (List of Object) (see [below for nested schema](#nestedobjatt--approval_flow--rules--flow))
Copy file name to clipboardExpand all lines: docs/resources/setting.md
+4-15Lines changed: 4 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,25 +37,22 @@ The setting resource.
37
37
38
38
Required:
39
39
40
-
-`rules` (Block List, Min: 1) (see [below for nested schema](#nestedblock--approval_flow--rules))
40
+
-`rules` (Block List, Min: 1) Rules are evaluated in order, first matching rule applies. (see [below for nested schema](#nestedblock--approval_flow--rules))
41
41
42
42
<aid="nestedblock--approval_flow--rules"></a>
43
43
### Nested Schema for `approval_flow.rules`
44
44
45
45
Required:
46
46
47
+
-`condition` (String) The condition that is associated with the rule. Check the proto message https://github.com/bytebase/bytebase/blob/c7304123902610b8a2c83e49fcd1c4d4eb972f0d/proto/v1/v1/setting_service.proto#L280 for details.
47
48
-`flow` (Block List, Min: 1) (see [below for nested schema](#nestedblock--approval_flow--rules--flow))
48
-
49
-
Optional:
50
-
51
-
-`conditions` (Block List) Match any condition will trigger this approval flow. (see [below for nested schema](#nestedblock--approval_flow--rules--conditions))
-`disallow_signup` (Boolean) Disallow self-service signup, users can only be invited by the owner. Require PRO subscription.
239
227
-`domains` (List of String) The workspace domain, e.g. bytebase.com. Required for the group
228
+
-`enable_audit_log_stdout` (Boolean) Enable audit logging to stdout in structured JSON format. Requires TEAM or ENTERPRISE license.
240
229
-`enforce_identity_domain` (Boolean) Only user and group from the domains can be created and login.
241
230
-`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.
242
231
-`maximum_role_expiration_in_seconds` (Number) The max duration in seconds for role expired. If the value is less than or equal to 0, we will remove the setting. AKA no limit.
0 commit comments