issues
search
mozilla-iam
/
mozilla.oidc.accessproxy
Stand-alone OIDC Access Proxy
Mozilla Public License 2.0
12
stars
10
forks
source link
Improvements and fixes
#32
Closed
gene1wood
closed
5 years ago
gene1wood
commented
5 years ago
Move proxy_opts so that uncommenting it results in valid syntax
Fix grammar and typos in README
Clarify logic around httpsredir so it's easier to understand
Add HTTPS listener
Surface environment variables into the docker container for the make run target
Change port publishing from 8080 to 80
Add port publishing for port 443
Remove redirect_uri_path from README as it's not an environment variable controlled setting (Fixes #18)
Reduce docker image size and improve image
Pin yum signing keys
Stop installing package documentation
Remove development tools after their installed to save space
Create a self signed cert for https
Remove openssl lua devel packages as they don't appear to be needed
Remove yum-utils as it doesn't appear to be needed
Add symlinks for logs to /var/logs/
Change ENTRYPOINT to actual binary not symlink for clarity