Closed obockows closed 3 years ago
We have the same problem. We need to setup the following option in keepalived:
authentication {
auth_type PASS
auth_pass 12345
}
I try to do this via annotation in svc but multiline seems to be a problem with the verbatimconfigs. To put this config in a secret seems to be a good solution if possible.
THX
@tommasopozzetti given your recent contributions, would you consider also implementing this feature?
@raffaelespazzoli I will take a look at this to try and add it in the KeepalivedGroup CRD
thanks. in the CRD I'd like to have a reference to a secret containing the authentication information.
On Thu, Mar 4, 2021 at 7:39 PM Tommaso Pozzetti notifications@github.com wrote:
@raffaelespazzoli https://github.com/raffaelespazzoli I will take a look at this to try and add it in the KeepalivedGroup CRD
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/redhat-cop/keepalived-operator/issues/48#issuecomment-791056809, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABPERXGMD4PZAABTEU7R3ELTCAR2TANCNFSM4UI3QO4A .
-- ciao/bye Raffaele
If one would like to configure Keepalived authentication in a configuration file using block in vrrp_instance section:
it doesn't work because verbatim configs are not really designed for multi-line configurations. Maybe this is worth making authentication a first-class parameter of the CR, maybe referencing a secret.