Ewoud Kohl van Wijngaarden
Ewoud Kohl van Wijngaarden
And by now the BZ has been closed as WONTFIX :(
Yes, `*_core` modules are in a weird place. We do need to specify them in `.fixtures.yml` because we use the gem to install them (which does not contain them). I...
Quite certain test failures are related. Will need to dive into them.
I've split it into multiple commits so I can dive into it and see where things break. Currently running tests on these.
Rebased on #9332 now. Still need to dive into the failures.
For encryption I think it the requirements on the key may have been tightened. The key looks to be md5 (they are always 32 characters): https://github.com/theforeman/foreman/blob/06600bcca9025390a004413700deda4fa601837e/test/unit/encryptable_test.rb#L17 Perhaps updating this to...
Some more thoughts I had: today I think this API may work without database access and can report if it's down. Does adding authentication break this because that needs DB...
Parameter can be wide. Is this wide enough? Let's say you have some URL or some other multi line data. Also wondering if you want to display JSON and YAML...
> How should I make sure it applies to production environments? Do you mean just adding `config.hosts
I still would like to see this as a feature to enhance security on production environments.