Bug #29044
Settings should have their value hidden in API if they are encrypted
Pull request:
Fixed in Releases:
Found in Releases:
Description
Settings which have their value stored encrypted in the DB are write-only in the Web UI since https://projects.theforeman.org/issues/27549 was fixed. This is intended to make the API behave the same way.
Related issues
Associated revisions
History
#1
Updated by Adam Ruzicka 11 months ago
- Related to Bug #27481: Secrets should be hidden added
#2
Updated by The Foreman Bot 11 months ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/7442 added
#3
Updated by The Foreman Bot 11 months ago
- Fixed in Releases 2.1.0 added
#4
Updated by Adam Ruzicka 11 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset 2337a06bbb4513e28c28697e561e052ba805d98d.
Fixes #29044 - Hide values of encrypted settings in API
Settings which have their value stored encrypted in the DB are write-only in the
Web UI since dad774bbf was merged. This is intended to make the API behave the
same way.