Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mitodl/nginx-shibboleth-formula
Salt formula to install and configure the Shibboleth Service Provider for use with Nginx
https://github.com/mitodl/nginx-shibboleth-formula
Last synced: 7 days ago
JSON representation
Salt formula to install and configure the Shibboleth Service Provider for use with Nginx
- Host: GitHub
- URL: https://github.com/mitodl/nginx-shibboleth-formula
- Owner: mitodl
- License: bsd-3-clause
- Created: 2017-08-31T20:09:22.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-05-03T14:47:44.000Z (8 months ago)
- Last Synced: 2024-05-03T17:54:42.987Z (8 months ago)
- Language: SaltStack
- Size: 30.3 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
================
nginx-shibboleth
================Formula to install and configure the Shibboleth Service Provider with Nginx integration
.. note::
See the full `Salt Formulas installation and usage instructions
`_.Available states
================.. contents::
:local:``nginx-shibboleth.install``
--------------------Installs the Shibboleth Service Provider, as well as compiling Nginx with support for interfacing with the service
provider via the FastCGI protocol.``nginx-shibboleth.config``
-------------------------This state will place the contents of the shibboleth key and certificate from
pillar data. It will also render the shibboleth service provider configuration
from a pillar dictionary. The contents of the configuration requires a `RequestMapper_`
block with a Host:name attribute that matches the server_name configured in Nginx.Template
========This formula was created from a cookiecutter template.
See https://github.com/mitodl/saltstack-formula-cookiecutter.
.. _RequestMapper: https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPRequestMapper