Skip to content

Commit d29cf87

Browse files
committed
send project creation event
Signed-off-by: Miguel Martinez <miguel@chainloop.dev>
1 parent db17b90 commit d29cf87

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

app/controlplane/configs/config.devel.yaml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ server:
1616
# certificate: "../../devel/devkeys/selfsigned/controlplane.crt"
1717
# private_key: "../../devel/devkeys/selfsigned/controlplane.key"
1818

19-
#nats_server:
20-
# uri: nats://0.0.0.0:4222
19+
nats_server:
20+
uri: nats://0.0.0.0:4222
2121

2222
# Restrict organization creation to role:instance:admin
23-
restrict_org_creation: true
23+
restrict_org_creation: false
2424

2525
certificate_authorities:
2626
- issuer: true
@@ -83,10 +83,10 @@ auth:
8383
# Private key used to sign the JWTs meant to be consumed by the CAS
8484
cas_robot_account_private_key_path: ${CAS_KEY_PATH:../../devel/devkeys/cas.pem}
8585
# allow_list:
86-
# rules: ["@chainloop.local"]
87-
# selected_routes: ["/controlplane.v1.WorkflowRunService/List"]
88-
# custom_message: "you need to require access here http://foo.com"
89-
# allow_db_overrides: true # if false, the user access flag in the DB will mirror the allowlist, otherwise it will be respected
86+
# rules: ["@chainloop.local"]
87+
# selected_routes: ["/controlplane.v1.WorkflowRunService/List"]
88+
# custom_message: "you need to require access here http://foo.com"
89+
# allow_db_overrides: true # if false, the user access flag in the DB will mirror the allowlist, otherwise it will be respected
9090

9191
# referrer_shared_index:
9292
# enabled: true
@@ -104,7 +104,6 @@ prometheus_integration:
104104
# url: http://localhost:8002/v1
105105

106106
enable_profiler: true
107-
108107
# federated_authentication:
109108
# enabled: true
110109
# url: http://localhost:8002/machine-identity/verify-token

0 commit comments

Comments
 (0)