From b4a7c6f3969629a1e94586c181de7d28f24fb589 Mon Sep 17 00:00:00 2001 From: Markus Thielker Date: Sun, 6 Apr 2025 19:17:17 +0200 Subject: [PATCH] NORY-59: update comments explaining the existing scripts --- docker/ory-dev/hydra-create-client.sh | 2 +- docker/ory-dev/hydra-test-consent.sh | 2 +- docker/ory-dev/keto-add-permission-to-role.sh | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docker/ory-dev/hydra-create-client.sh b/docker/ory-dev/hydra-create-client.sh index 181920e..7d47b3a 100644 --- a/docker/ory-dev/hydra-create-client.sh +++ b/docker/ory-dev/hydra-create-client.sh @@ -1,4 +1,4 @@ -# this script adds a new oath client using the +# this script adds a new OAuth client using the # Ory Hydra CLI and writes the client id and # client secret to the command line. diff --git a/docker/ory-dev/hydra-test-consent.sh b/docker/ory-dev/hydra-test-consent.sh index 8067e7d..1f018ca 100644 --- a/docker/ory-dev/hydra-test-consent.sh +++ b/docker/ory-dev/hydra-test-consent.sh @@ -1,4 +1,4 @@ -# this script adds a new oath client using the +# this script adds a new OAuth client using the # Ory Hydra CLI and uses the client to start # the Ory Hydra test application. diff --git a/docker/ory-dev/keto-add-permission-to-role.sh b/docker/ory-dev/keto-add-permission-to-role.sh index 9a0f7fa..65807a2 100644 --- a/docker/ory-dev/keto-add-permission-to-role.sh +++ b/docker/ory-dev/keto-add-permission-to-role.sh @@ -1,5 +1,4 @@ -# this script gives the referenced identity the admin role -# make sure to provide the id of the identity +# this script creates a reference from the role to the permission you provide # check if a identity id argument was provided if [ $# -ne 4 ]; then