-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removing rails secrets facilities from RMT
- RMT does not use any secret facility (key derivation for singing or encrypting data), yet rails requires a valid configuration for this to boot fine. This is now removed and hardcoded a dummy secret key base in case any other component within the rails stack tries to derivate a key.
- Loading branch information
1 parent
9f151f0
commit 15d45d2
Showing
8 changed files
with
13 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ Wed Oct 04 13:23:00 UTC 2023 - Felix Schnizlein <[email protected]> | |
- Version 2.15: | ||
* Moving system hardware information to systems database table to | ||
allow transmitting system information dynamically. (jsc#PED-3734) | ||
* Fix secrets access for server user (bsc#1215176) | ||
* Dropping Rails Secrets facilities and related config files (bsc#1215176) | ||
* rmt-client-setup-res script: fix for CentOS8 clients (bsc#1214709) | ||
* Updated supportconfig script (bsc#1216389) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters