Hi, I am new to Canton, and I want to how we can restrict the certain participant on connecting to domain
I have below as the domain.conf and participant1.conf
canton {
domains {
mydomain {
admin-api {
address = “0.0.0.0”
port = 5021
}
public-api {
address = “0.0.0.0”
port = 5022
}
storage = {
type = memory
}
}
}
}
…sync domains can also be permissioned , where the operator of the sync domain topology managers needs to explicitly add the participant to the allow-list before the participant can register with a sync domain.
ERROR c.d.c.CantonCommunityApp$ - GENERIC_CONFIG_ERROR(8,0): Cannot convert configuration to a config of class com.digitalasset.canton.config.CantonCommunityConfig. Failures are:
at 'canton.domain-managers':
- (/canton/canton-node/domain.conf: 27) Unknown key.
err-context:{location=CantonConfig.scala:1521}
could you please provide me the template of conf file with all allowed keys