artemiscloud / activemq-artemis-operator

Apache License 2.0
66 stars 62 forks source link

Do not treat tls secrets as PEM type if it is intended to be used as old sslSecret #984

Closed gaohoward closed 2 months ago

gaohoward commented 2 months ago

Describe the bug In cases that the user configured a tls secret (come from cert-manager) as an old style ssl Secret, the operator should treat it like so (current it just treated it as a pem secret and configure ssl using PEM cert store).

[!TIP] Vote this issue reacting with :+1: or :-1: