1
0
Fork 0
kubernetes/phpipam
Dustin 6cd7eae0d3 phpipam: Use Authelia for authentication
phpIPAM supports "Apache authentication" which effectively delegates
authentication to the web server and trusts the `PHP_AUTH_USER` server
variable.  This variable is usually set by an Apache authentication
module, but it can be set manually in the config.  Here, we're using
`SetEnvIf` to populate it from the value of the `Remote-User` header
set by Authelia.
2023-09-22 21:24:24 -05:00
..
README.md phpipam: Add manifest for phpipam 2022-07-31 01:31:53 -05:00
phpipam.yaml phpipam: Use Authelia for authentication 2023-09-22 21:24:24 -05:00

README.md

kubectl exec -n phpipam phpipam-db-0 -- \
    mysql \
    --password=$(kubectl get secret -n phpipam phpipam-mysql-root -o 'jsonpath={.data.password}' | base64 -d) \
    phpipam \
    < ~/tmp/phpipam_MySQL_dump_2022-07-31.sql