https://github.com/andreassolberg/ssp-sp
SimpleSAMLphp Service Provider Dockerbased Development Environment
https://github.com/andreassolberg/ssp-sp
authentication saml simplesamlphp
Last synced: 4 months ago
JSON representation
SimpleSAMLphp Service Provider Dockerbased Development Environment
- Host: GitHub
- URL: https://github.com/andreassolberg/ssp-sp
- Owner: andreassolberg
- Created: 2016-12-21T07:25:15.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-01T21:04:05.000Z (almost 9 years ago)
- Last Synced: 2025-07-06T18:47:02.310Z (7 months ago)
- Topics: authentication, saml, simplesamlphp
- Language: PHP
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Feide development environment
This is a prepared environment to perform development on the SimpleSAMLphp Service Provider.
## Configuration
Create a file `ENV` with the following configuration:
```
ADMINPASSWD=xxxxx
SSP_SALT=3a15cc68-d270-4b3a-9726-f135863c21ab
SERVER_ADMIN="andreas.solberg@uninett.no"
HOST="sp.andreas.labs.uninett.no"
HTTPS="http"
HTTPSON="off"
```
## Deploy to kubernetes
```
kubectl create -f etc-kube/deployment.json
kubectl create -f etc-kube/service.json
kubectl get -o jsonpath="{.spec.ports[0].nodePort}" services feidespdev
32684
gcloud compute firewall-rules create service-feidespdev --source-ranges 130.211.0.0/22 --allow tcp:31882
```