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
cf login run against a cf-k8s foundation doesn't really perform a log in: we ask the user to select an auth-info which has been previously generated. For consistency and symmetry, we want to forget the selected auth-info on cf logout. cf logout does not remove any information about the the targeted API.
Acceptance Criteria
GIVEN I am logged into a cf-k8s foundation WHEN I run cf logout THEN I I should see something like this in $CF_HOME/config.json:
"CFOnK8s": {
"Enabled": true,
"AuthInfo": ""
}
The text was updated successfully, but these errors were encountered:
Blockers/Dependencies
cf login
to acf-k8s
foundation cf-k8s-api#56Background
cf login
run against acf-k8s
foundation doesn't really perform a log in: we ask the user to select anauth-info
which has been previously generated. For consistency and symmetry, we want to forget the selectedauth-info
oncf logout
.cf logout
does not remove any information about the the targeted API.Acceptance Criteria
GIVEN I am logged into a
cf-k8s
foundationWHEN I run
cf logout
THEN I I should see something like this in
$CF_HOME/config.json
:The text was updated successfully, but these errors were encountered: