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
Please describe the scenario where the new feature would be useful
Somewhat frequently, there are issues with dependency versions or other package installability issues that cause pro enable fips to fail. In some cases, a valid workaround would be to enable access to the fips repo and then install the packages manually.
Describe the solution you'd like
pro enable fips --access-only should work for fips, fips-updates, and fips-preview.
Current behavior
root@teast:~# pro enable fips --access-only
One moment, checking your subscription first
FIPS does not support being enabled with --access-only
Could not enable FIPS.
The text was updated successfully, but these errors were encountered:
This would mostly be useful for situations where pro enable fips fails and something needs to be debugged with fips sources enabled. An alternative could be a config item of dont_cleanup_on_failed_enable, so that the system could be examined after the failure with the fips sources still in place.
Please describe the scenario where the new feature would be useful
Somewhat frequently, there are issues with dependency versions or other package installability issues that cause
pro enable fips
to fail. In some cases, a valid workaround would be to enable access to the fips repo and then install the packages manually.Describe the solution you'd like
pro enable fips --access-only
should work forfips
,fips-updates
, andfips-preview
.Current behavior
The text was updated successfully, but these errors were encountered: