Skip to content

Use correct option names for channel.yaml, make tls-client-certs not-required

Jeremiah Bonney requested to merge jbonney/ssl-jsonschema-fixes into master

Description

channel.yaml, which contains the schema for !channel, is using the wrong field names for server ssl credentials. It looks like it's using the names we use for client credentials, used by RemoteActionCache and a few other places. This MR uses the correct names for the !channel tag, and updates it so that specifying a client cert is not required (it's already optional in the code).

Merge request reports

Loading