From d19c33dfbb11b6c691b54c2c9a2982b5ec8c6f37 Mon Sep 17 00:00:00 2001 From: aeneasr <3372410+aeneasr@users.noreply.github.com> Date: Mon, 8 Nov 2021 17:48:18 +0100 Subject: [PATCH 1/4] u --- test/e2e/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/run.sh b/test/e2e/run.sh index 9a30b9fd87e9..9ec7c1422cda 100755 --- a/test/e2e/run.sh +++ b/test/e2e/run.sh @@ -157,7 +157,7 @@ run() { ( cd "$react_ui_dir" ORY_KRATOS_URL=http://localhost:4433 npm run build - ORY_KRATOS_URL=http://localhost:4433 npm run start -- --port 4458 \ + ORY_KRATOS_URL=http://localhost:4433 npm run start -- --hostname 0.0.0.0 --port 4458 \ >"${base}/test/e2e/react-iu.e2e.log" 2>&1 & ) else From 6709c5ade759969ab7bf33128cc90953619ccf2b Mon Sep 17 00:00:00 2001 From: aeneasr <3372410+aeneasr@users.noreply.github.com> Date: Mon, 8 Nov 2021 16:50:43 +0000 Subject: [PATCH 2/4] autogen(docs): generate cli docs --- docs/docs/concepts/ui-user-interface.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/concepts/ui-user-interface.mdx b/docs/docs/concepts/ui-user-interface.mdx index 0568ade45bb1..61f6aa98d2c8 100644 --- a/docs/docs/concepts/ui-user-interface.mdx +++ b/docs/docs/concepts/ui-user-interface.mdx @@ -1330,8 +1330,8 @@ will be overwritten! "text": "Remove security key \"{name}\"", "type": "info", "context": { - "added_at": "2020-01-01T00:59:59Z", - "display_name": "{name}" + "display_name": "{name}", + "added_at": "2020-01-01T00:59:59Z" } } ``` From 60d178ee9e7752b4829ae474d0df5870a967968d Mon Sep 17 00:00:00 2001 From: aeneasr <3372410+aeneasr@users.noreply.github.com> Date: Mon, 8 Nov 2021 18:42:55 +0100 Subject: [PATCH 3/4] u --- test/e2e/run.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/e2e/run.sh b/test/e2e/run.sh index 9ec7c1422cda..56d6d79ddbca 100755 --- a/test/e2e/run.sh +++ b/test/e2e/run.sh @@ -12,9 +12,9 @@ export PATH=.bin:$PATH export KRATOS_PUBLIC_URL=http://localhost:4433/ export KRATOS_BROWSER_URL=http://localhost:4433/ export KRATOS_ADMIN_URL=http://localhost:4434/ -export KRATOS_UI_URL=http://localhost:4456/ -export KRATOS_UI_REACT_URL=http://localhost:4458/ -export KRATOS_UI_REACT_NATIVE_URL=http://localhost:4457/ +export KRATOS_UI_URL=http://127.0.0.1:4456/ +export KRATOS_UI_REACT_URL=http://127.0.0.1:4458/ +export KRATOS_UI_REACT_NATIVE_URL=http://127.0.0.1:4457/ export LOG_LEAK_SENSITIVE_VALUES=true export DEV_DISABLE_API_FLOW_ENFORCEMENT=true From a0b87cde4720e4d998663738bc8d8d52862f655f Mon Sep 17 00:00:00 2001 From: aeneasr <3372410+aeneasr@users.noreply.github.com> Date: Mon, 8 Nov 2021 17:45:06 +0000 Subject: [PATCH 4/4] autogen(docs): generate cli docs --- docs/docs/concepts/ui-user-interface.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/concepts/ui-user-interface.mdx b/docs/docs/concepts/ui-user-interface.mdx index 61f6aa98d2c8..423fc57cab77 100644 --- a/docs/docs/concepts/ui-user-interface.mdx +++ b/docs/docs/concepts/ui-user-interface.mdx @@ -1559,8 +1559,8 @@ will be overwritten! "text": "\"{value}\" is not valid \"{format}\"", "type": "error", "context": { - "actual_value": "{value}", - "expected_format": "{format}" + "expected_format": "{format}", + "actual_value": "{value}" } } ```