Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
glegoux authored Oct 12, 2023
2 parents 8e4c8b6 + 17b8ac1 commit 6311a6c
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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 <IP|name>`, `getent hosts <IP|name>`
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

Expand Down

0 comments on commit 6311a6c

Please sign in to comment.