File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 - ReapplyEvents
1919 - GetNamespace
2020 allowedNamespaces:
21+ - temporal-system
2122 - myNamespace
2223 local:
2324 connectionType: tcp
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ clusterConnections:
3838 aclPolicy :
3939 allowedMethods :
4040 adminService :
41+ # Optional. If configured, these methods are required to support multi-cluster replication.
4142 - AddOrUpdateRemoteCluster
4243 - RemoveRemoteCluster
4344 - DescribeCluster
@@ -49,6 +50,8 @@ clusterConnections:
4950 - ReapplyEvents
5051 - GetNamespace
5152 allowedNamespaces :
53+ # Optional. If configured, the temporal-system namespace must be included to allow migration workflows to run.
54+ - " temporal-system"
5255 - " myNamespace"
5356 # Namespace translations are bi-directional and apply to both local and remote requests.
5457 namespaceTranslation :
You can’t perform that action at this time.
0 commit comments