Activity log for bug #1874526

Date Who What changed Old value New value Message
2020-04-23 19:47:23 Eric Desrochers bug added bug
2020-04-23 19:47:37 Eric Desrochers nominated for series Ubuntu Focal
2020-04-23 19:47:37 Eric Desrochers bug task added sosreport (Ubuntu Focal)
2020-04-23 19:47:37 Eric Desrochers nominated for series Ubuntu Xenial
2020-04-23 19:47:37 Eric Desrochers bug task added sosreport (Ubuntu Xenial)
2020-04-23 19:47:37 Eric Desrochers nominated for series Ubuntu Eoan
2020-04-23 19:47:37 Eric Desrochers bug task added sosreport (Ubuntu Eoan)
2020-04-23 19:47:37 Eric Desrochers nominated for series Ubuntu Bionic
2020-04-23 19:47:37 Eric Desrochers bug task added sosreport (Ubuntu Bionic)
2020-04-23 19:47:43 Eric Desrochers tags sts
2020-04-23 19:47:48 Eric Desrochers sosreport (Ubuntu Focal): status New In Progress
2020-04-23 19:47:50 Eric Desrochers sosreport (Ubuntu Focal): assignee Eric Desrochers (slashd)
2020-04-23 19:48:06 Eric Desrochers bug added subscriber Bryan Quigley
2020-04-23 19:48:13 Eric Desrochers bug added subscriber Chris Johnston
2020-04-23 19:49:25 Eric Desrochers sosreport (Ubuntu Eoan): status New In Progress
2020-04-23 19:49:27 Eric Desrochers sosreport (Ubuntu Bionic): status New In Progress
2020-04-23 19:49:30 Eric Desrochers sosreport (Ubuntu Xenial): status New In Progress
2020-04-23 19:49:32 Eric Desrochers sosreport (Ubuntu Xenial): assignee Eric Desrochers (slashd)
2020-04-23 19:49:35 Eric Desrochers sosreport (Ubuntu Bionic): assignee Eric Desrochers (slashd)
2020-04-23 19:49:37 Eric Desrochers sosreport (Ubuntu Eoan): assignee Eric Desrochers (slashd)
2020-04-23 19:59:23 Eric Desrochers description Landscape has added the ability to connect to OIDC. The plugin should be updated to obfuscate the sensitive information. https://docs.ubuntu.com/landscape/en/onprem-auth#openid-connect-support Upstream PR: https://github.com/sosreport/sos/pull/2025 Upstream commit: https://github.com/sosreport/sos/pull/2025/commits/0c4d821e26e1206a0b99f427b572931ba2fd9bb5 [Impact] Landscape has added the ability to connect to OIDC. The plugin should be updated to obfuscate the sensitive information. https://docs.ubuntu.com/landscape/en/onprem-auth#openid-connect-support [Test Case] * Install sosreport * Run sosreport in a Landscape environment (client and server) * Extract archive and look at the content of sos_commands/landscape and most importantly make sure both "oidc-client-id" & "oidc-client-secret" are subsitute in files "/etc/landscape/service.conf" & "/etc/landscape/service.conf.old" as it should (if present). Extra testing: * Look under "sos_reports" for full report. * Look under "sos_logs" for warnings/errors. $ grep -v "INFO:" sos_logs/sos.log * Run "simple.sh": A quick port of the travis tests to bash. Generating various type of sosreports collection. https://raw.githubusercontent.com/sosreport/sos/master [Regression] No regression expected, we don't change/impact core functionnalities nor affect other plugins. If something happens it will be isolate to the landscape plugin itself only. Worse case the substitution won't work as expected (corner case) and will reveal sensible information, but it is very unlikely to happen as it will be intensively tested during the testing phase, and the substitute mechanism in place has been proven to work for the same files in the landscape plugin already. [Other Informations] Upstream bug: https://github.com/sosreport/sos/issues/2023 Upstream PR: https://github.com/sosreport/sos/pull/2025 Upstream commit: https://github.com/sosreport/sos/pull/2025/commits/0c4d821e26e1206a0b99f427b572931ba2fd9bb5
2020-04-23 20:00:37 Eric Desrochers description [Impact] Landscape has added the ability to connect to OIDC. The plugin should be updated to obfuscate the sensitive information. https://docs.ubuntu.com/landscape/en/onprem-auth#openid-connect-support [Test Case] * Install sosreport * Run sosreport in a Landscape environment (client and server) * Extract archive and look at the content of sos_commands/landscape and most importantly make sure both "oidc-client-id" & "oidc-client-secret" are subsitute in files "/etc/landscape/service.conf" & "/etc/landscape/service.conf.old" as it should (if present). Extra testing: * Look under "sos_reports" for full report. * Look under "sos_logs" for warnings/errors. $ grep -v "INFO:" sos_logs/sos.log * Run "simple.sh": A quick port of the travis tests to bash. Generating various type of sosreports collection. https://raw.githubusercontent.com/sosreport/sos/master [Regression] No regression expected, we don't change/impact core functionnalities nor affect other plugins. If something happens it will be isolate to the landscape plugin itself only. Worse case the substitution won't work as expected (corner case) and will reveal sensible information, but it is very unlikely to happen as it will be intensively tested during the testing phase, and the substitute mechanism in place has been proven to work for the same files in the landscape plugin already. [Other Informations] Upstream bug: https://github.com/sosreport/sos/issues/2023 Upstream PR: https://github.com/sosreport/sos/pull/2025 Upstream commit: https://github.com/sosreport/sos/pull/2025/commits/0c4d821e26e1206a0b99f427b572931ba2fd9bb5 [Impact] Landscape has added the ability to connect to OIDC. The plugin should be updated to obfuscate the sensitive information. https://docs.ubuntu.com/landscape/en/onprem-auth#openid-connect-support [Test Case] * Install sosreport * Run sosreport in a Landscape environment (client and server) * Extract archive and look at the content of sos_commands/landscape and most importantly make sure both "oidc-client-id" & "oidc-client-secret" are subsitute in files "/etc/landscape/service.conf" & "/etc/landscape/service.conf.old" as it should (if present). Extra testing: * Look under "sos_reports" for full report. * Look under "sos_logs" for warnings/errors.   $ grep -v "INFO:" sos_logs/sos.log * Run "simple.sh": A quick port of the travis tests to bash. Generating various type of sosreports collection. https://raw.githubusercontent.com/sosreport/sos/master [Regression] No regression expected, we don't change/impact core functionnalities nor affect other plugins. If something happens it will be isolate to the landscape plugin itself only. Worse case the OID substitution won't work as expected (corner case) and will reveal OID sensible information, but it is very unlikely to happen as it will be intensively tested during the testing phase, and the substitute mechanism in place has been proven to work for the same configuration files in the landscape plugin already. [Other Informations] Upstream bug: https://github.com/sosreport/sos/issues/2023 Upstream PR: https://github.com/sosreport/sos/pull/2025 Upstream commit: https://github.com/sosreport/sos/pull/2025/commits/0c4d821e26e1206a0b99f427b572931ba2fd9bb5
2020-04-24 17:29:41 Eric Desrochers bug added subscriber STS Sponsors
2020-04-24 17:29:47 Eric Desrochers tags sts sts sts-sponsor-slashd
2020-04-24 17:30:51 Eric Desrochers sosreport (Ubuntu Focal): importance Undecided High
2020-04-24 17:30:55 Eric Desrochers sosreport (Ubuntu Eoan): importance Undecided High
2020-04-24 17:30:57 Eric Desrochers sosreport (Ubuntu Bionic): importance Undecided High
2020-04-24 17:30:59 Eric Desrochers sosreport (Ubuntu Xenial): importance Undecided High
2020-04-24 17:31:09 Eric Desrochers sosreport (Ubuntu): importance Undecided High
2020-04-27 15:34:10 Eric Desrochers nominated for series Ubuntu Groovy
2020-04-27 15:34:10 Eric Desrochers bug task added sosreport (Ubuntu Groovy)
2020-04-28 08:27:42 Launchpad Janitor sosreport (Ubuntu Groovy): status In Progress Fix Released
2020-04-29 13:06:39 Eric Desrochers description [Impact] Landscape has added the ability to connect to OIDC. The plugin should be updated to obfuscate the sensitive information. https://docs.ubuntu.com/landscape/en/onprem-auth#openid-connect-support [Test Case] * Install sosreport * Run sosreport in a Landscape environment (client and server) * Extract archive and look at the content of sos_commands/landscape and most importantly make sure both "oidc-client-id" & "oidc-client-secret" are subsitute in files "/etc/landscape/service.conf" & "/etc/landscape/service.conf.old" as it should (if present). Extra testing: * Look under "sos_reports" for full report. * Look under "sos_logs" for warnings/errors.   $ grep -v "INFO:" sos_logs/sos.log * Run "simple.sh": A quick port of the travis tests to bash. Generating various type of sosreports collection. https://raw.githubusercontent.com/sosreport/sos/master [Regression] No regression expected, we don't change/impact core functionnalities nor affect other plugins. If something happens it will be isolate to the landscape plugin itself only. Worse case the OID substitution won't work as expected (corner case) and will reveal OID sensible information, but it is very unlikely to happen as it will be intensively tested during the testing phase, and the substitute mechanism in place has been proven to work for the same configuration files in the landscape plugin already. [Other Informations] Upstream bug: https://github.com/sosreport/sos/issues/2023 Upstream PR: https://github.com/sosreport/sos/pull/2025 Upstream commit: https://github.com/sosreport/sos/pull/2025/commits/0c4d821e26e1206a0b99f427b572931ba2fd9bb5 [Impact] Landscape has added the ability to connect to OIDC. The plugin should be updated to obfuscate the sensitive information. https://docs.ubuntu.com/landscape/en/onprem-auth#openid-connect-support [Test Case] * Install sosreport * Run sosreport in a Landscape environment (client and server) * Extract archive and look at the content of sos_commands/landscape and most importantly make sure both "oidc-client-id" & "oidc-client-secret" are subsitute in files "/etc/landscape/service.conf" & "/etc/landscape/service.conf.old" as it should (if present). Expected result: oidc-client-secret = [********] oidc-client-id = [********] Extra testing: * Look under "sos_reports" for full report. * Look under "sos_logs" for warnings/errors.   $ grep -v "INFO:" sos_logs/sos.log * Run "simple.sh": A quick port of the travis tests to bash. Generating various type of sosreports collection. https://raw.githubusercontent.com/sosreport/sos/master [Regression] No regression expected, we don't change/impact core functionnalities nor affect other plugins. If something happens it will be isolate to the landscape plugin itself only. Worse case the OID substitution won't work as expected (corner case) and will reveal OID sensible information, but it is very unlikely to happen as it will be intensively tested during the testing phase, and the substitute mechanism in place has been proven to work for the same configuration files in the landscape plugin already. [Other Informations] Upstream bug: https://github.com/sosreport/sos/issues/2023 Upstream PR: https://github.com/sosreport/sos/pull/2025 Upstream commit: https://github.com/sosreport/sos/pull/2025/commits/0c4d821e26e1206a0b99f427b572931ba2fd9bb5
2020-04-29 13:10:40 Eric Desrochers bug added subscriber Heather Lemon
2020-04-29 14:58:14 Eric Desrochers description [Impact] Landscape has added the ability to connect to OIDC. The plugin should be updated to obfuscate the sensitive information. https://docs.ubuntu.com/landscape/en/onprem-auth#openid-connect-support [Test Case] * Install sosreport * Run sosreport in a Landscape environment (client and server) * Extract archive and look at the content of sos_commands/landscape and most importantly make sure both "oidc-client-id" & "oidc-client-secret" are subsitute in files "/etc/landscape/service.conf" & "/etc/landscape/service.conf.old" as it should (if present). Expected result: oidc-client-secret = [********] oidc-client-id = [********] Extra testing: * Look under "sos_reports" for full report. * Look under "sos_logs" for warnings/errors.   $ grep -v "INFO:" sos_logs/sos.log * Run "simple.sh": A quick port of the travis tests to bash. Generating various type of sosreports collection. https://raw.githubusercontent.com/sosreport/sos/master [Regression] No regression expected, we don't change/impact core functionnalities nor affect other plugins. If something happens it will be isolate to the landscape plugin itself only. Worse case the OID substitution won't work as expected (corner case) and will reveal OID sensible information, but it is very unlikely to happen as it will be intensively tested during the testing phase, and the substitute mechanism in place has been proven to work for the same configuration files in the landscape plugin already. [Other Informations] Upstream bug: https://github.com/sosreport/sos/issues/2023 Upstream PR: https://github.com/sosreport/sos/pull/2025 Upstream commit: https://github.com/sosreport/sos/pull/2025/commits/0c4d821e26e1206a0b99f427b572931ba2fd9bb5 [Impact] Landscape has added the ability to connect to OIDC. The plugin should be updated to obfuscate the sensitive information. https://docs.ubuntu.com/landscape/en/onprem-auth#openid-connect-support [Test Case] * Install sosreport * Install landscape-client and/or landscape-server (to make sure sosreport's landscape plugin will be triggered) * Manually append or create files: "/etc/landscape/service.conf" & "/etc/landscape/service.conf.old" (No need to have a fully functionnal landscape setup, just the package installed (for triggering purposes) and then you can create and add the parameter by hand) * Add the following in both "/etc/landscape/service.conf" & "/etc/landscape/service.conf.old": oidc-client-secret = secret-test oidc-client-id = id-test * Execute sosreport "sosreport -a" * Make sure landscape plugin was exercise. * Extract archive and make sure both "oidc-client-id" & "oidc-client-secret" are subsituted in files "/etc/landscape/service.conf" & "/etc/landscape/service.conf.old" as it should (if present). Expected result (path_to_sosreport/etc/landscape/service.conf*) oidc-client-secret = [********] oidc-client-id = [********] Extra testing (sanity check): * Look under "sos_reports" for full report. * Look under "sos_logs" for warnings/errors.   $ grep -v "INFO:" sos_logs/sos.log * Run "simple.sh": A quick port of the travis tests to bash. Generating various type of sosreports collection. https://raw.githubusercontent.com/sosreport/sos/master [Regression] No regression expected, we don't change/impact core functionnalities nor affect other plugins. If something happens it will be isolate to the landscape plugin itself only. Worse case the OID substitution won't work as expected (corner case) and will reveal OID sensible information, but it is very unlikely to happen as it will be intensively tested during the testing phase, and the substitute mechanism in place has been proven to work for the same configuration files in the landscape plugin already. [Other Informations] Upstream bug: https://github.com/sosreport/sos/issues/2023 Upstream PR: https://github.com/sosreport/sos/pull/2025 Upstream commit: https://github.com/sosreport/sos/pull/2025/commits/0c4d821e26e1206a0b99f427b572931ba2fd9bb5
2020-04-29 15:00:00 Eric Desrochers description [Impact] Landscape has added the ability to connect to OIDC. The plugin should be updated to obfuscate the sensitive information. https://docs.ubuntu.com/landscape/en/onprem-auth#openid-connect-support [Test Case] * Install sosreport * Install landscape-client and/or landscape-server (to make sure sosreport's landscape plugin will be triggered) * Manually append or create files: "/etc/landscape/service.conf" & "/etc/landscape/service.conf.old" (No need to have a fully functionnal landscape setup, just the package installed (for triggering purposes) and then you can create and add the parameter by hand) * Add the following in both "/etc/landscape/service.conf" & "/etc/landscape/service.conf.old": oidc-client-secret = secret-test oidc-client-id = id-test * Execute sosreport "sosreport -a" * Make sure landscape plugin was exercise. * Extract archive and make sure both "oidc-client-id" & "oidc-client-secret" are subsituted in files "/etc/landscape/service.conf" & "/etc/landscape/service.conf.old" as it should (if present). Expected result (path_to_sosreport/etc/landscape/service.conf*) oidc-client-secret = [********] oidc-client-id = [********] Extra testing (sanity check): * Look under "sos_reports" for full report. * Look under "sos_logs" for warnings/errors.   $ grep -v "INFO:" sos_logs/sos.log * Run "simple.sh": A quick port of the travis tests to bash. Generating various type of sosreports collection. https://raw.githubusercontent.com/sosreport/sos/master [Regression] No regression expected, we don't change/impact core functionnalities nor affect other plugins. If something happens it will be isolate to the landscape plugin itself only. Worse case the OID substitution won't work as expected (corner case) and will reveal OID sensible information, but it is very unlikely to happen as it will be intensively tested during the testing phase, and the substitute mechanism in place has been proven to work for the same configuration files in the landscape plugin already. [Other Informations] Upstream bug: https://github.com/sosreport/sos/issues/2023 Upstream PR: https://github.com/sosreport/sos/pull/2025 Upstream commit: https://github.com/sosreport/sos/pull/2025/commits/0c4d821e26e1206a0b99f427b572931ba2fd9bb5 [Impact] Landscape has added the ability to connect to OIDC. The plugin should be updated to obfuscate the sensitive information. https://docs.ubuntu.com/landscape/en/onprem-auth#openid-connect-support [Test Case] * Install sosreport * Install landscape-client and/or landscape-server (to make sure sosreport's landscape plugin will be triggered) from the Landscape PPA -> https://launchpad.net/~landscape * Manually append or create files: "/etc/landscape/service.conf" & "/etc/landscape/service.conf.old" (No need to have a fully functionnal landscape setup, just the package installed (for triggering purposes) and then you can create and add the parameter by hand) * Add the following in both "/etc/landscape/service.conf" & "/etc/landscape/service.conf.old": oidc-client-secret = secret-test oidc-client-id = id-test * Execute sosreport "sosreport -a" * Make sure landscape plugin was exercise. * Extract archive and make sure both "oidc-client-id" & "oidc-client-secret" are subsituted in files "/etc/landscape/service.conf" & "/etc/landscape/service.conf.old" as it should (if present). Expected result (path_to_sosreport/etc/landscape/service.conf*) oidc-client-secret = [********] oidc-client-id = [********] Extra testing (sanity check): * Look under "sos_reports" for full report. * Look under "sos_logs" for warnings/errors.   $ grep -v "INFO:" sos_logs/sos.log * Run "simple.sh": A quick port of the travis tests to bash. Generating various type of sosreports collection. https://raw.githubusercontent.com/sosreport/sos/master [Regression] No regression expected, we don't change/impact core functionnalities nor affect other plugins. If something happens it will be isolate to the landscape plugin itself only. Worse case the OID substitution won't work as expected (corner case) and will reveal OID sensible information, but it is very unlikely to happen as it will be intensively tested during the testing phase, and the substitute mechanism in place has been proven to work for the same configuration files in the landscape plugin already. [Other Informations] Upstream bug: https://github.com/sosreport/sos/issues/2023 Upstream PR: https://github.com/sosreport/sos/pull/2025 Upstream commit: https://github.com/sosreport/sos/pull/2025/commits/0c4d821e26e1206a0b99f427b572931ba2fd9bb5
2020-04-30 13:03:37 Łukasz Zemczak sosreport (Ubuntu Focal): status In Progress Fix Committed
2020-04-30 13:03:38 Łukasz Zemczak bug added subscriber Ubuntu Stable Release Updates Team
2020-04-30 13:03:40 Łukasz Zemczak bug added subscriber SRU Verification
2020-04-30 13:03:45 Łukasz Zemczak tags sts sts-sponsor-slashd sts sts-sponsor-slashd verification-needed verification-needed-focal
2020-04-30 13:17:21 Łukasz Zemczak sosreport (Ubuntu Eoan): status In Progress Fix Committed
2020-04-30 13:17:27 Łukasz Zemczak tags sts sts-sponsor-slashd verification-needed verification-needed-focal sts sts-sponsor-slashd verification-needed verification-needed-eoan verification-needed-focal
2020-04-30 13:24:27 Łukasz Zemczak sosreport (Ubuntu Bionic): status In Progress Fix Committed
2020-04-30 13:24:32 Łukasz Zemczak tags sts sts-sponsor-slashd verification-needed verification-needed-eoan verification-needed-focal sts sts-sponsor-slashd verification-needed verification-needed-bionic verification-needed-eoan verification-needed-focal
2020-04-30 14:36:49 Eric Desrochers removed subscriber STS Sponsors
2020-04-30 18:24:39 Eric Desrochers sosreport (Ubuntu Xenial): status In Progress Won't Fix
2020-04-30 18:24:48 Eric Desrochers sosreport (Ubuntu Xenial): assignee Eric Desrochers (slashd)
2020-05-04 14:58:00 Heather Lemon tags sts sts-sponsor-slashd verification-needed verification-needed-bionic verification-needed-eoan verification-needed-focal sts sts-sponsor-slashd verification-done-focal verification-needed verification-needed-bionic verification-needed-eoan
2020-05-04 15:00:10 Heather Lemon tags sts sts-sponsor-slashd verification-done-focal verification-needed verification-needed-bionic verification-needed-eoan sts sts-sponsor-slashd verification-done-bionic verification-done-eoan verification-done-focal verification-needed
2020-05-07 08:07:58 Launchpad Janitor sosreport (Ubuntu Focal): status Fix Committed Fix Released
2020-05-07 08:08:08 Łukasz Zemczak removed subscriber Ubuntu Stable Release Updates Team
2020-05-07 08:11:24 Launchpad Janitor sosreport (Ubuntu Eoan): status Fix Committed Fix Released
2020-05-07 08:13:25 Launchpad Janitor sosreport (Ubuntu Bionic): status Fix Committed Fix Released
2020-07-16 13:59:24 Eric Desrochers sosreport (Ubuntu Xenial): assignee Eric Desrochers (slashd)