Skip to content

Commit

Permalink
chore(master): release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonadoni committed Apr 17, 2024
1 parent 693f7bc commit 4e81376
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ research data analysis platform.

## Usage

The `reana-auth-krb5` image is used internally in the REANA platform to refres the
The `reana-auth-krb5` image is used internally in the REANA platform to refresh the
Kerberos token for long running jobs. The end users can ask for Kubernetes authentication
by means of declaring `kerberos: true`, more information
[here](http://docs.reana.io/advanced-usage/access-control/kerberos/).

If you want to try it locally, a Kerberos token can be obtained via:

```
$ docker run -i -t --rm docker.io/reanahub/reana-auth-krb5:1.0.1 /bin/bash
$ docker run -i -t --rm docker.io/reanahub/reana-auth-krb5:1.0.2 /bin/bash
> kinit -k -t /path/to/keytab_file [email protected]
> klist
```
Expand All @@ -40,6 +40,10 @@ container requires additional information and inputs:

## Changes

Version 1.0.2 (2024-04-17)

- Add new dependency `inotify-tools`, as `inotifywait` is used by REANA to quickly stop the Kerberos sidecar container when a job finishes its execution.

Version 1.0.1 (2020-08-12)

- Add CERN Kerberos configuration.
Expand Down

0 comments on commit 4e81376

Please sign in to comment.