Activity log for bug #2066033

Date Who What changed Old value New value Message
2024-05-17 10:57:45 Yamen Hatahet bug added bug
2024-05-17 11:09:01 Yamen Hatahet summary Incorrect/Misleading key name in landscape-client "ssl-public-key" Incorrect/Misleading key name in landscape-client charm config "ssl-public-key"
2024-05-17 11:48:43 Yamen Hatahet bug task added landscape-client
2024-05-17 11:49:42 Yamen Hatahet summary Incorrect/Misleading key name in landscape-client charm config "ssl-public-key" Incorrect/Misleading key name in landscape-client charm and landscape-config tool, "ssl public key"
2024-05-17 11:50:06 Yamen Hatahet bug task added landscape-client (Ubuntu)
2024-05-17 11:58:09 Yamen Hatahet description In the landscape-client charm and landscape-config tool, the config "ssl-public-key" is incorrect. Below is the entry in the landscape-client charmhub page: ``` ssl-public-key | string The CA certificate to verify the server certificate with. This can be a path to a file, or a base64 encoded entry of the certificate itself, prefixed with "base64:". This config is only used if the message server URL given above starts with https. ``` The word "key" should be changed to "cert" in both the landscape-client charm and the documentation for landscape-config. The issue is in the landscape-client charm's config, with the key name "ssl-public-key", as well as in the landscape-config tool (which is part of the landscape-client), with the cli option -k SS:_PUBLIC KEY, --ssl-public-key=SSL_PUBLIC_KEY. Below is the entry in the landscape-client charmhub page: ``` ssl-public-key | string The CA certificate to verify the server certificate with. This can be a path to a file, or a base64 encoded entry of the certificate itself, prefixed with "base64:". This config is only used if the message server URL given above starts with https. ``` And in the man page of landscape-config: ``` -k SSL_PUBLIC_KEY, --ssl-public-key=SSL_PUBLIC_KEY The SSL CA certificate to verify the server with. Only used if the server URL to which we connect is https. ``` The word "key" should be changed to something more accurate, such as "cert".
2024-05-17 12:04:26 Yamen Hatahet description The issue is in the landscape-client charm's config, with the key name "ssl-public-key", as well as in the landscape-config tool (which is part of the landscape-client), with the cli option -k SS:_PUBLIC KEY, --ssl-public-key=SSL_PUBLIC_KEY. Below is the entry in the landscape-client charmhub page: ``` ssl-public-key | string The CA certificate to verify the server certificate with. This can be a path to a file, or a base64 encoded entry of the certificate itself, prefixed with "base64:". This config is only used if the message server URL given above starts with https. ``` And in the man page of landscape-config: ``` -k SSL_PUBLIC_KEY, --ssl-public-key=SSL_PUBLIC_KEY The SSL CA certificate to verify the server with. Only used if the server URL to which we connect is https. ``` The word "key" should be changed to something more accurate, such as "cert". The issue is in the landscape-client charm's config, with the key name "ssl-public-key", as well as in the landscape-config tool (which is part of the landscape-client), with the cli option -k SS:_PUBLIC KEY, --ssl-public-key=SSL_PUBLIC_KEY. Below is the entry in the landscape-client charmhub page: ``` ssl-public-key | string The CA certificate to verify the server certificate with. This can be a path to a file, or a base64 encoded entry of the certificate itself, prefixed with "base64:". This config is only used if the message server URL given above starts with https. ``` And in the man page of landscape-config: ```        -k SSL_PUBLIC_KEY, --ssl-public-key=SSL_PUBLIC_KEY               The SSL CA certificate to verify the server with. Only used if the server URL to which we connect is https. ``` Additionally, when using the `landscape-config` tool, it will ask the user to supply the --ssl-public-key option, so the change needs to be done on all occurrences. The word "key" should be changed to something more accurate, such as "cert".
2024-05-30 23:56:16 Mitch Burton landscape-client: status New Confirmed
2024-05-30 23:56:19 Mitch Burton landscape-client-charm: status New Confirmed
2024-05-30 23:56:22 Mitch Burton landscape-client (Ubuntu): status New Confirmed
2024-05-30 23:58:07 Mitch Burton landscape-client: status Confirmed Triaged
2024-05-30 23:58:12 Mitch Burton landscape-client-charm: status Confirmed Triaged