Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[redhat] Backports of enhancements for RHEL7 #3475

Merged
merged 3 commits into from
Mar 2, 2024

Conversation

bvassova
Copy link
Contributor

@bvassova bvassova commented Jan 15, 2024

These commits are adding backports for Satellite installer log
password obfuscation, collection of 'rpm --showrc' command
and information about
about SCA.

Related: #2388
Related: #2157
Related: #2901
Resolves: #3475

Signed-off-by: Barbora Vassova [email protected]


Please place an 'X' inside each '[]' to confirm you adhere to our Contributor Guidelines

  • Is the commit message split over multiple lines and hard-wrapped at 72 characters?
  • Is the subject and message clear and concise?
  • Does the subject start with [plugin_name] if submitting a plugin patch or a [section_name] if part of the core sosreport code?
  • Does the commit contain a Signed-off-by: First Lastname [email protected]?
  • Are any related Issues or existing PRs properly referenced via a Closes (Issue) or Resolved (PR) line?

This request adds the output of --showrc to sos
so we can verify the default values of options set
via rpmrc and macros config files.

Relevant: sosreport#3475

Signed-off-by: Barbora Vassova <[email protected]>
This change should start to collecting information about
SCA enablement per organization.

Relevant: sosreport#3475

Signed-off-by: Barbora Vassova <[email protected]>
Obfuscate several instances of passwords:

"--foreman-initial-admin-password", "mySecret",
+candlepin.amqp.keystore_password=secretHash1
+jpa.config.hibernate.connection.password=secretHash2

by enhancing the scrubbing of:

--password='secretPwd'

Relevant: sosreport#3475

Signed-off-by: Barbora Vassova <[email protected]>
bvassova added a commit to bvassova/sos that referenced this pull request Jan 15, 2024
The authentication method for RHEL uploads to the
customer portal is changing in 2024 to Device Auth
tokens, from user/password basic authorization.
To accomplish this, one new class is created:
DeviceAuth (deviceauth.py), that takes care of
managing OID token authentication.

Also added corrections and clarified https upload
internals in policies.

Closes: RH: RHEL-21176
Resolves: sosreport#3475

Signed-off-by: Barbora Vassova <[email protected]>
@bvassova bvassova force-pushed the legacy-3.9-satfiles branch 2 times, most recently from 6306289 to 190a92a Compare January 16, 2024 08:38
@bvassova bvassova changed the title [redhat] Backports of enhancements and upload authentication [redhat] Backports of enhancements Jan 16, 2024
@bvassova bvassova changed the title [redhat] Backports of enhancements [redhat] Backports of enhancements for RHEL7 Jan 16, 2024
@TurboTurtle TurboTurtle merged commit 53b2246 into sosreport:legacy-3.9 Mar 2, 2024
1 check passed
TurboTurtle pushed a commit that referenced this pull request Mar 2, 2024
This request adds the output of --showrc to sos
so we can verify the default values of options set
via rpmrc and macros config files.

Relevant: #3475

Signed-off-by: Barbora Vassova <[email protected]>
TurboTurtle pushed a commit that referenced this pull request Mar 2, 2024
This change should start to collecting information about
SCA enablement per organization.

Relevant: #3475

Signed-off-by: Barbora Vassova <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants