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
The underlying issue here is that we save state for git servers and artifact servers even when they don't exist, but we should create a fix for this in the short term. This is related to #2740
The text was updated successfully, but these errors were encountered:
Environment
App version: v0.38.2 (though the issue may have been introduced earlier)
Steps to reproduce
Expected result
Update creds successfully
Actual Result
Fails because Zarf tries to login to the git server to generate a new artifact token, but the git server doesn't exist.
Temporary workaround
Update creds one at a time. For example if you only need to update the registry creds and the state in the agent run
Note
The underlying issue here is that we save state for git servers and artifact servers even when they don't exist, but we should create a fix for this in the short term. This is related to #2740
The text was updated successfully, but these errors were encountered: