From 17b8ac1a8f878906a284996ac297ebfb5434b275 Mon Sep 17 00:00:00 2001 From: Gilles Legoux Date: Thu, 12 Oct 2023 09:30:57 +0200 Subject: [PATCH] Update README.md --- README.md | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 706a67c..eeda876 100644 --- a/README.md +++ b/README.md @@ -77,21 +77,24 @@ For Ubuntu operating system on the docker container: To delete `ubuntu:22.04` and `minimal-ubuntu:latest` docker images do `docker rmi ubuntu:22.04 minimal-ubuntu`. -## Possible improvements +## Test -* Add LDAP as database for the Kerberos architecture -* Add other connectors and service (postgresql, mongodb, nfs, hadoop) only OpenSSH for the moment -* Add Java, Python or C to connect with Kerberos authentication +This project is tested with +[Bash Automated Testing System (BATS)](https://github.com/bats-core/bats-core). -## Test and Continous Integration +After installing `BATS` (see version in Prerequisites part) and the environment of containers to test, do: -This project uses [GitHub Actions](https://github.com/features/actions) and -[Bash Automated Testing System (BATS)](https://github.com/bats-core/bats-core). +~~~ +make test +~~~ -See https://github.com/criteo/kerberos-docker/actions. +## Continuous Integration (CI) + +This project uses continuous integration with [GitHub Actions](https://github.com/features/actions). + +See all the worflow runs on the CI, [here](https://github.com/criteo/kerberos-docker/actions/workflows/ci.yml). -After installing `bast` (see version in Prerequisites part), you can test with `make test`. ## Network analyzer @@ -186,6 +189,11 @@ are possible; and to resolve IP address from the name , the resolver takes the f if multiple IP addresses are possible: You can use `resolveip `, `getent hosts ` or just take a look at `/etc/hosts`. +## Possible improvements + +* Add LDAP as database for the Kerberos architecture +* Add other connectors and service (postgresql, mongodb, nfs, hadoop) only OpenSSH for the moment +* Add Java, Python or C to connect with Kerberos authentication ## References