Closed igo95862 closed 1 year ago
For example, Wireguard field private-key is not returned from simple GetSettings call.
private-key
GetSettings
Instead the connection object GetSecrets method must be called with "wireguard" key.
GetSecrets
"wireguard"
Now there is secret_fields_names attribute which is a list of attribute names that are considered secret.
secret_fields_names
For example, Wireguard field
private-key
is not returned from simpleGetSettings
call.Instead the connection object
GetSecrets
method must be called with"wireguard"
key.