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. |
||
---|---|---|
.. | ||
README.md | ||
phpipam.yaml |
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