tree: ea21f47c831007a49aed656b71ebca47c2129075 [path history] [tgz]
  1. Dockerfile-krb5
  2. kadm5.acl
  3. krb5.conf
  4. launcher.sh
  5. README.md
hadoop-ozone/dist/src/main/compose/ozonesecure/docker-image/docker-krb5/README.md

Experimental UNSECURE krb5 Kerberos container.

Only for development. Not for production.

The docker image contains a rest service which provides keystore and keytab files without any authentication!

Master password: Welcome1

Principal: admin/admin@EXAMPLE.COM Password: Welcome1

Test:

docker run --net=host krb5

docker run --net=host -it --entrypoint=bash krb5
kinit admin/admin 
#pwd: Welcome1
klist