TUI - Device Authorization problem #10688
Unanswered
G-Salviati
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I'm deploying the Janssen project (for testing purposes) using the Helm chart, following this guide, on an EC2 instance running Ubuntu 22.04.5 LTS.
I'm using a local FQDN (not verified or registered).
After installing the TUI, when I launch it, it asks me to authorize the device by accessing a URL. However, I cannot access the URL because it opens in the browser of my host machine (Chrome on Windows 11). The FQDN is not publicly accessible, and using the EC2 public IP instead of the FQDN in the URL does not work either because the ingress resource ("janssen-nginx-ingress-device-code") cannot accept a rule where the host is an IP address.
Is there a way to resolve this issue? Additionally, I would like to know if there is a way to automate the device authorization process so it can be fully integrated into a script.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions