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
Is your feature request related to a problem? Please describe.
It's unclear whether agentstack can pull agent images from Amazon ECR. ECR uses a non-standard auth flow (aws ecr get-login-password) with short-lived tokens that expire every 12 hours, which may not work with the current OCI registry auth mechanism.
Describe the solution you'd like
Investigate and document whether ECR works today via:
imagePullSecrets with a .dockerconfigjson containing ECR credentials
The generic OCI registry auto-discovery (www-authenticate header flow)
If it doesn't work out of the box, determine what changes are needed (e.g. ECR token refresh, IAM role-based auth via IRSA).
Is your feature request related to a problem? Please describe.
It's unclear whether agentstack can pull agent images from Amazon ECR. ECR uses a non-standard auth flow (
aws ecr get-login-password) with short-lived tokens that expire every 12 hours, which may not work with the current OCI registry auth mechanism.Describe the solution you'd like
Investigate and document whether ECR works today via:
imagePullSecretswith a.dockerconfigjsoncontaining ECR credentialswww-authenticateheader flow)If it doesn't work out of the box, determine what changes are needed (e.g. ECR token refresh, IAM role-based auth via IRSA).
Additional context
.dockerconfigjsonsecret may go stale