mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
@@ -599,7 +599,10 @@ defmodule Domain.Config.Definitions do
|
||||
# TODO: validate opts are present if adapter is not NOOP one
|
||||
default: %{},
|
||||
sensitive: true,
|
||||
dump: &Dumper.keyword/1
|
||||
dump: fn map ->
|
||||
Dumper.keyword(map)
|
||||
|> Keyword.update(:tls_options, nil, &Dumper.dump_ssl_opts/1)
|
||||
end
|
||||
)
|
||||
|
||||
##############################################
|
||||
|
||||
Reference in New Issue
Block a user