From 2658f82cc6f7659ee55e74067184e9967b47ce7d Mon Sep 17 00:00:00 2001 From: hackerman <3372410+aeneasr@users.noreply.github.com> Date: Tue, 11 May 2021 18:44:40 +0200 Subject: [PATCH] docs: add warning regarding project state --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f376115..499a6bd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ -**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)* - [Hydra-maester](#hydra-maester) - [Prerequisites](#prerequisites) @@ -12,8 +11,13 @@ -# Hydra-maester +# Ory Hydra Maester +⚠️ ⚠️ ⚠️ + +> Ory Hydra Maester is developed by the Ory community and is not actively maintained by Ory core maintainers due to lack of resources, time, and knolwedge. As such please be aware that there might be issues with the system. If you have ideas for better testing and development principles please open an issue or PR! + +⚠️ ⚠️ ⚠️ This project contains a Kubernetes controller that uses Custom Resources (CR) to manage Hydra Oauth2 clients. ORY Hydra Maester watches for instances of `oauth2clients.hydra.ory.sh/v1alpha1` CR and creates, updates, or deletes corresponding OAuth2 clients by communicating with ORY Hydra's API.