better-chef-17521
09/27/2022, 7:02 AMkratos ls identities 100 1
2022/09/27 08:57:43 [DEBUG] GET <http://127.0.0.1:8081//admin/identities?page=100&per_page=1>
The //
seems to be wrong in the url it tries to reach because in my browser I can open correctly:
<http://127.0.0.1:8081/admin/identities>
<http://127.0.0.1:8081/admin/identities/88292ae7-7c6e-4651-b80f-038d2c6f87a0>
I deployed kratos via helm on K8s and did the following portforwarding:
export POD_NAME=$(kubectl get pods --namespace ory -l "<http://app.kubernetes.io/name=kratos,app.kubernetes.io/instance=ory|app.kubernetes.io/name=kratos,app.kubernetes.io/instance=ory>" -o jsonpath="{.items[0].metadata.name}")
kubectl port-forward $POD_NAME -n ory 8081:4434
export KRATOS_ADMIN_URL=<http://127.0.0.1:8081/>
Could it be a bug in the kratos cli (I tried v0.10.1, v0.10.0 and v0.9.0-alpha.3) or a missconfiguration on my end?bland-eye-99092
09/27/2022, 7:28 AMexport KRATOS_ADMIN_URL=<http://127.0.0.1:8081>
better-chef-17521
09/27/2022, 8:20 AMbetter-chef-17521
09/27/2022, 8:20 AMbetter-chef-17521
09/27/2022, 8:22 AM/
at the end?
shall I open a PR to fix it (removing the /
)?bland-eye-99092
09/27/2022, 8:24 AMbetter-chef-17521
09/27/2022, 8:50 AMbland-eye-99092
09/27/2022, 8:51 AMbetter-chef-17521
09/27/2022, 8:54 AMbetter-chef-17521
09/27/2022, 8:55 AMbland-eye-99092
09/27/2022, 8:55 AMbetter-chef-17521
09/27/2022, 8:56 AMbland-eye-99092
09/27/2022, 8:56 AMbland-eye-99092
09/27/2022, 8:59 AMchore: removed / from helm notes because kratos cli cannot handle the /
instead of your current title. Afterwards the CI should be green. 🙂better-chef-17521
09/27/2022, 9:05 AM