Skip to content

Commit

Permalink
Fix non-renewing cache.
Browse files Browse the repository at this point in the history
This commit fixes #2166
  • Loading branch information
klizhentas committed Aug 14, 2018
1 parent c824417 commit c55d0bc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/services/clusterconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,12 @@ const ClusterConfigSpecSchemaTemplate = `{
"cluster_id": {
"type": "string"
},
"client_idle_timeout": {
"type": "string"
},
"disconnect_expired_cert": {
"anyOf": [{"type": "string"}, { "type": "boolean"}]
},
"audit": {
"type": "object",
"additionalProperties": false,
Expand Down

0 comments on commit c55d0bc

Please sign in to comment.