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
{{ message }}
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.
It seems the macOS app has a mixed usecase for an entered pull-secret on start and a pull-secret file from the settings? This might lead to confusion around the precedence and actual need. See:
It might be better to read the contents and then overwrite what is stored in secure storage. See related discussion here: crc-org/crc#2571 about the mixed use of the pull secret in store and the file path.
It seems the macOS app has a mixed usecase for an entered pull-secret on start and a pull-secret file from the settings? This might lead to confusion around the precedence and actual need. See:
https://github.com/code-ready/tray-macos/blob/007e3c872462cc5dded60b638d2bef7a84b6704d/CodeReady%20Containers/config/ConfigViewController.swift#L135-L138
It might be better to read the contents and then overwrite what is stored in secure storage. See related discussion here: crc-org/crc#2571 about the mixed use of the pull secret in store and the file path.
Note: for Windows I have proposed to remove the file option: crc-org/tray-windows#102
The text was updated successfully, but these errors were encountered: