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
When we delete auth on site with ee auth delete <sitename>, we also expect that the site's whitelisted IPs will also be deleted. They don't get removed and we have to remove it manually with ee auth delete <sitename> --ip.
Now we have to ensure that Whitelisted IPs also get deleted with ee auth delete <sitename> and we don't have to delete them separately with ee auth delete <sitename> --ip.
The text was updated successfully, but these errors were encountered:
When we delete auth on site with
ee auth delete <sitename>
, we also expect that the site's whitelisted IPs will also be deleted. They don't get removed and we have to remove it manually withee auth delete <sitename> --ip
.Now we have to ensure that Whitelisted IPs also get deleted with
ee auth delete <sitename>
and we don't have to delete them separately withee auth delete <sitename> --ip
.The text was updated successfully, but these errors were encountered: