You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once the URL & user_code are available, show it in the console, plus show the QR (library).
We can print QR & URL, user_code to the console. Plus if the dashboard is running, we can use it to show the QR, we need some integration e.g. via resources.
Keep polling OAuth until we get the token or failure.
Once the token is acquired, fetch machine config with token using regular flow via talos.config=.
The text was updated successfully, but these errors were encountered:
Allow
talos.config=
flow formetal
platform to use OIDC device auth flow to acquire the machine configuration.We might want to have a lightweight implementation, great overview.
talos.config=
will be parsed to get the base hostname for OAuth API.We need following input params:
client_id
(mandatory)audience
scopes
talos.config
URL interpolation, e.g.uuid
Once the URL &
user_code
are available, show it in the console, plus show the QR (library).We can print QR & URL,
user_code
to the console. Plus if the dashboard is running, we can use it to show the QR, we need some integration e.g. via resources.Keep polling OAuth until we get the token or failure.
Once the token is acquired, fetch machine config with token using regular flow via
talos.config=
.The text was updated successfully, but these errors were encountered: