Giter Site home page Giter Site logo

tier-idp's People

Contributors

mccahill avatar scottylogan avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

mans0954

tier-idp's Issues

Copyright and Licensing information

The tier-idp project appears to be lacking copyright and licensing information. Presumably the copyright is Internet2? But what license are the files distributed under?

Thanks.

Christopher Hoskin

Inappropriate privilege escalation

The build and run scripts make unnecessary use of sudo.

I can see no reason why sudo is used to build the Docker file.

Presumably sudo was used to run the container because of systemd. However, it is possible to run systemd in a docker container without needing root privileges e.g.

docker run -it --stop-signal=RTMIN+3 -e "container=docker"  --tmpfs /run --tmpfs /tmp -v /sys/fs/cgroup:/sys/fs/cgroup:ro --cap-add=SYS_ADMIN -p 0.0.0.0:8080:8080  shibboleth-idp

See e.g.:
https://developers.redhat.com/blog/2016/09/13/running-systemd-in-a-non-privileged-container/
moby/moby#28614 (comment)

Fragie shibboleth-identity-provider download URL

Currently the Dockerfile attempts to wget the IdP software from:

http://shibboleth.net/downloads/identity-provider/latest/shibboleth-identity-provider-3.2.1.tar.gz

However, this is not a stable URL, as the name of the tar.gz file changes with each release of Shibboleth IdP.

A less fragile solution would be to either use the URL of a fixed version e.g.:

http://shibboleth.net/downloads/identity-provider/3.2.1/shibboleth-identity-provider-3.2.1.tar.gz

or to use something like

wget -P download -A "shibboleth-identity-provider-*.tar.gz" -e robots=off -r  -nd -np https://shibboleth.net/downloads/identity-provider/latest/

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.