From d4429ef343c07cbbf3193c52886331e10e0b22a0 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Sun, 24 Nov 2019 18:58:59 +0000 Subject: [PATCH] Add small README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..28858aa --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +Simple API server that provides our user panel with the ability to +reset passwords of MySQL databases. + +It's just an SSO-protected HTTP endpoint with JSON +requests/responses. There is no attempt to verify that the SSO user +actually owns the database user whose password should be reset. + -- GitLab