From c2f1a3900e688c1384607b49833d4b262c2dbcec Mon Sep 17 00:00:00 2001 From: Rafael Guterres Jeffman <rjeffman@redhat.com> Date: Fri, 30 Oct 2020 17:31:57 -0300 Subject: [PATCH] Add KRA requirement to test documentation. The test README only required than DNS support was enabled, but, currently, testing support requires KRA for ipavault. --- tests/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/README.md b/tests/README.md index b96dcd61..cbc8aa0c 100644 --- a/tests/README.md +++ b/tests/README.md @@ -9,7 +9,8 @@ You will also need to have a remote host with freeipa server installed and confi Some other requirements: * The `controller` must be able to connect to `ipaserver` through ssh using keys. - * `ipaserver` must be configured with DNS support. See [ipaserver role](../roles/ipaserver/README.md). + * `ipaserver` must be configured with DNS and KRA support. + See [ipaserver role](../roles/ipaserver/README.md). * IPA admin password must be `SomeADMINpassword`. * Directory Server admin password must be `SomeDMpassword`. -- GitLab