Skip to content

Instantly share code, notes, and snippets.

@machacekondra
Last active February 18, 2016 14:31
Client certificate authentication with oVirt and FreeIPA
$ cat /etc/ovirt-engine/extensions.d/profile1-http-authn.properties
ovirt.engine.extension.name = example-http-authn
ovirt.engine.extension.bindings.method = jbossmodule
ovirt.engine.extension.binding.jbossmodule.module = org.ovirt.engine-extensions.aaa.misc
ovirt.engine.extension.binding.jbossmodule.class = org.ovirt.engineextensions.aaa.misc.http.AuthnExtension
ovirt.engine.extension.provides = org.ovirt.engine.api.extensions.aaa.Authn
ovirt.engine.aaa.authn.profile.name = example.com
ovirt.engine.aaa.authn.authz.plugin = example-authz
config.artifact.name = HEADER
config.artifact.arg = X-Remote-User
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment