-
Notifications
You must be signed in to change notification settings - Fork 145
Expand file tree
/
Copy pathdevelopment.yaml
More file actions
63 lines (63 loc) · 1.64 KB
/
development.yaml
File metadata and controls
63 lines (63 loc) · 1.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
publicPath:
port: 8081
enableUi: true
cors:
cookieInsecure: false
allowOrigins:
- "*"
unsafeAllowAllOrigins: true
refreshInterval: 1m
defaultNamespace: default
showTemporalSystemNamespace: false
feedbackUrl:
disableWriteActions: false
workflowTerminateDisabled: false
workflowCancelDisabled: false
workflowSignalDisabled: false
workflowUpdateDisabled: false
workflowResetDisabled: false
workflowPauseDisabled: false
batchActionsDisabled: false
startWorkflowDisabled: false
hideWorkflowQueryErrors: false
refreshWorkflowCountsDisabled: false
activityCommandsDisabled: false
disableTrackingPixel: false
auth:
enabled: false
providers:
- label: Auth0 oidc # for internal use; in future may expose as button text
type: oidc # for futureproofing; only oidc is supported today
providerUrl: https://myorg.us.auth0.com/
issuerUrl: "" # needed if the Issuer Url and the Provider Url are different
clientId: xxxxxxxxxxxxxxxxxxxx
clientSecret: xxxxxxxxxxxxxxxxxxxx
scopes:
- openid
- profile
- email
callbackUrl: http://localhost:8080/auth/sso/callback
options: # added as URL query params when redirecting to auth provider
audience: myorg-dev
organization: org_xxxxxxxxxxxx
invitation:
tls:
caFile:
certFile:
keyFile:
caData:
certData:
keyData:
enableHostVerification: false
serverName:
uiServerTLS:
certFile:
keyFile:
codec:
endpoint:
passAccessToken: false
includeCredentials: false
defaultErrorMessage:
defaultErrorLink:
forwardHeaders: # can be used to pass additional HTTP headers from HTTP requests to Temporal gRPC backend
- X-Forwarded-For