GithubHelp home page GithubHelp logo

daanrosendal / reana-auth-krb5 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from reanahub/reana-auth-krb5

0.0 0.0 0.0 8 KB

REANA Kerberos authenticator

Home Page: http://www.reana.io

License: MIT License

Makefile 45.82% Dockerfile 54.18%

reana-auth-krb5's Introduction

REANA Authentication Kerberos5

About

reana-auth-krb5 provides a container image for creating and renewing Kerberos tokens. The container image includes no additional logic or libraries, just the bare minimum to support the Kerberos operations.

reana-auth-krb5 was developed for use in the REANA reusable research data analysis platform.

Usage

The reana-auth-krb5 image is used internally in the REANA platform to refres the Kerberos token for long running jobs. The end users can ask for Kubernetes authentication by means of declaring kerberos: true, more information here.

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
> kinit -k -t /path/to/keytab_file [email protected]
> klist

Configuration

Running the reana-auth-krb5 and successfully obtaining a shared token on a sidecar container requires additional information and inputs:

Changes

Version 1.0.1 (2020-08-12)

  • Add CERN Kerberos configuration.

Version 1.0.0 (2020-08-05)

  • Initial release

Development

If you would like to contribute to reana-auth-krb5 development, you can take advantage of the provided Makefile:

$ make build  # build a new version of the container image
$ make test   # test the built image
$ make push   # push it to Docker Hub

More information

For more information about REANA reusable research data analysis platform, please see its documentation.

Contributors

The list of contributors in alphabetical order:

reana-auth-krb5's People

Contributors

audrium avatar mdonadoni avatar tiborsimko avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.