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
OCPBUGS-61668: Support IPv6 address in rendezvous-host.env template
Previously when agent-tui filled this in as a template, an IPv6
rendezvous IP was not handled correctly.
Also, the Rendezvous IP needs to be canonicalized when the installer
fills in the template.
// USER_AUTH_TOKEN is required to authenticate API requests against agent-installer-local auth type
499
-
// and for the endpoints marked with userAuth security definition in assisted-service swagger.yaml.
500
-
// PULL_SECRET_TOKEN contains the AGENT_AUTH_TOKEN and is required for the endpoints marked with agentAuth security definition in assisted-service swagger.yaml.
501
-
// The name PULL_SECRET_TOKEN is used in
502
-
// assisted-installer-agent, which is responsible for authenticating API requests related to agents.
503
-
// Historically, PULL_SECRET_TOKEN was used solely to store the pull secrets.
504
-
// However, as the authentication mechanisms have evolved, PULL_SECRET_TOKEN now
505
-
// stores a JWT (JSON Web Token) in the context of local authentication.
506
-
// Consequently, PULL_SECRET_TOKEN must be set with the value of AGENT_AUTH_TOKEN to maintain compatibility
507
-
// and ensure successful authentication.
508
-
// In the absence of PULL_SECRET_TOKEN, the cluster installation will wait forever.
0 commit comments