Skip to content

Commit

Permalink
docs: krb5 fix
Browse files Browse the repository at this point in the history
* Closes reanahub#218
  • Loading branch information
Rokas Maciulaitis committed Nov 25, 2019
1 parent 5424259 commit eb19894
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/userguide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -436,8 +436,9 @@ For example:
**Kerberos**

If your workflow requires Kerberos authentication, you should add ``kerberos: true``
for the steps that needs it. Please note that you should
`upload keytab <https://reana-client.readthedocs.io/en/latest/userguide.html#adding-secrets>`_
for the steps in need. Please note that step's docker image
(e.g ``environment: 'cern/slc6-base'``) should have Kerberos client installed and
you should `upload keytab <https://reana-client.readthedocs.io/en/latest/userguide.html#adding-secrets>`_
file for the Kerberos authentication to work.

Serial example:
Expand All @@ -451,8 +452,8 @@ Serial example:
- fcc.cern.ch
specification:
steps:
kerberos: true
- environment: 'cern/slc6-base'
kerberos: true
commands:
- ls -l /cvmfs/fcc.cern.ch/sw/views/releases/
Expand Down

0 comments on commit eb19894

Please sign in to comment.