wireguard-operator icon indicating copy to clipboard operation
wireguard-operator copied to clipboard

Write peer config to secret instead of status

Open paddyoneill opened this issue 1 year ago • 1 comments
trafficstars

Is your feature request related to a problem? Please describe. Currently the peer config is wrote to the status as a template that needs to be piped to bash to insert the private key. Having the complete peer config reconciled to a secret would be more inline with standard Kubernetes design patterns.

Describe the solution you'd like Remove the peer config template from the status field, and write it to a secret.

paddyoneill avatar Sep 03 '24 10:09 paddyoneill

thanks!

jodevsa avatar Oct 24 '24 17:10 jodevsa