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: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ provider "bytebase" {
29
29
### Prerequisites
30
30
31
31
-[Go](https://golang.org/doc/install) (1.19 or later)
32
-
-[Terraform](https://developer.hashicorp.com/terraform/downloads?product_intent=terraform) (1.3.5 or later)
32
+
-[Terraform](https://developer.hashicorp.com/terraform/downloads?product_intent=terraform) (1.11 or later, required for write-only attributes)
33
33
-[Bytebase](https://github.com/bytebase/bytebase) (3.17.1 or later)
34
34
35
35
> If you have problems running `terraform` in MacOS with Apple Silicon, you can following https://stackoverflow.com/questions/66281882/how-can-i-get-terraform-init-to-run-on-my-apple-silicon-macbook-pro-for-the-go and use the `tfenv`.
# Any BYTEBASE_SERVICE_ACCOUNT/BYTEBASE_SERVICE_KEY/BYTEBASE_URL value should work since the service is mocked
61
66
TF_ACC=1 BYTEBASE_SERVICE_ACCOUNT=test@service.bytebase.com BYTEBASE_SERVICE_KEY=test_secret BYTEBASE_URL=https://bytebase.example.com go test -v ./...
Copy file name to clipboardExpand all lines: docs/resources/idp.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ Required:
40
40
41
41
-`base_dn` (String) The base DN to search for users.
42
42
-`bind_dn` (String) The DN of the user to bind as a service account.
43
-
-`bind_password` (String, Sensitive) The password of the bind user.
43
+
-`bind_password` (String) The password of the bind user.
44
44
-`field_mapping` (Block List, Min: 1, Max: 1) Mapping configuration for user attributes from LDAP response. (see [below for nested schema](#nestedblock--ldap_config--field_mapping))
45
45
-`host` (String) The hostname or IP address of the LDAP server.
46
46
-`user_filter` (String) The filter to search for users, e.g. (uid=%s).
@@ -73,7 +73,7 @@ Required:
73
73
74
74
-`auth_url` (String) The authorization endpoint URL.
75
75
-`client_id` (String) The OAuth2 client identifier.
76
-
-`client_secret` (String, Sensitive) The OAuth2 client secret.
76
+
-`client_secret` (String) The OAuth2 client secret.
77
77
-`field_mapping` (Block List, Min: 1, Max: 1) Mapping configuration for user attributes. (see [below for nested schema](#nestedblock--oauth2_config--field_mapping))
78
78
-`token_url` (String) The token endpoint URL.
79
79
-`user_info_url` (String) The user information endpoint URL.
@@ -105,7 +105,7 @@ Optional:
105
105
Required:
106
106
107
107
-`client_id` (String) The OIDC client identifier.
108
-
-`client_secret` (String, Sensitive) The OIDC client secret.
108
+
-`client_secret` (String) The OIDC client secret.
109
109
-`field_mapping` (Block List, Min: 1, Max: 1) Mapping configuration for user attributes from OIDC claims. (see [below for nested schema](#nestedblock--oidc_config--field_mapping))
Copy file name to clipboardExpand all lines: docs/resources/workspace.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ The workspace resource.
17
17
18
18
### Optional
19
19
20
-
-`license` (String, Sensitive) The license key for the workspace. Upload to activate a subscription plan.
20
+
-`license` (String) The license key for the workspace. Upload to activate a subscription plan. This value is write-only and will not be stored in Terraform state.
21
21
-`logo` (String) The branding logo as a data URI (e.g. data:image/png;base64,...).
0 commit comments