jmicanek / c3i-library

Forked from c3i-library 3 years ago
Clone

b92aef3 krb5: deploy, authenticate with, and manage a Kerberos 5 KDC

Authored and Committed by mikeb 5 years ago
    krb5: deploy, authenticate with, and manage a Kerberos 5 KDC
    
    The krb5 variable supports deploying a new containerized Kerberos 5 KDC (using the krb5-fedora image from
    https://pagure.io/krb5-fedora and quay.io/factory2/krb5-fedora). It provides methods for running admin
    commands (adding user and service principals), authenticating to the KDC, and running commands in an
    environment with a valid Kerberos ccache. It can be used to configure services for Kerberos authentication
    and validate their correct operation.
    
        
file added
+370
file added
+90