Operations grimoire/Login

From Nasqueron Agora
Revision as of 00:26, 23 July 2016 by Dereckson (talk | contribs) (Created page with "Login is handled by Auth Grove == Application information == * Repository: [https://devcentral.nasqueron.org/diffusion/GROVE/ rGROVE] * Maintainer: Dereckson * Written in PHP...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

📕📁📜 Old technical information :: content warning

⌛ This Nasqueron Operations Grimoire page hasn't been updated for a long time.

☣ As our infrastructure evolves quickly, there is a good chance this information is outdated or now inaccurate. Be careful and consider update it.

➡️ To assert the information is still up-to-date or not, you can check the history of the relevant role in our Operations repository.

Login is handled by Auth Grove

Application information

  • Repository: rGROVE
  • Maintainer: Dereckson
  • Written in PHP, use Laravel, Laravel Socialite and Keruald libraries

Deployment information

  • Deployed on Docker
  • Docker image: rDGROVE
  • Needs MySQL, both for prod and on CI

Troubleshooting

URL issue

If URL are in http://localhost, ensure the web server passes proxy forwarding information (include proxy_params in nginx), as the application guess links.

Configuration as code.

This service should be properly defined in rOPS repository as a Salt state.