diff --git a/platform/src/main/resources/config/anchor-config-default-values.yaml b/platform/src/main/resources/config/anchor-config-default-values.yaml index 4bd242d446..da5dfdffa7 100644 --- a/platform/src/main/resources/config/anchor-config-default-values.yaml +++ b/platform/src/main/resources/config/anchor-config-default-values.yaml @@ -282,12 +282,15 @@ sep10: # client_attribution_required: false ## @param: client_attribution_allow_list - ## Set the white list of the client domain. The domains are comma-separated and must be defined in the - # `client_attribution` section of the configuration. + ## Set the white list of the client domain. The domains are comma-separated. If a domain is defined in the + # `client_attribution` section of the configuration, the public_key defined in the client_attribution configuration + # mush match the `SIGNING_KEY` of the client domain's TOML file. client_attribution_allow_list: ## @param: client_attribution_deny_list ## Set the black list of the client domain. The domains are comma-separated and must be defined in the - # `client_attribution` section of the configuration. + # `client_attribution` section of the configuration. The domains are comma-separated. If a domain is defined in the + # # `client_attribution` section of the configuration, the public_key defined in the client_attribution configuration + # # mush match the `SIGNING_KEY` of the client domain's TOML file. client_attribution_deny_list: ## @param: auth_timeout ## @type: integer