We just did an upgrade from 1.0,0 to 2.0.2 and haven’t changed the password, and we read all events from the eventstore “eventStoreConnection.ReadAllEventsForward(currentPosition, count, false)” with out the usercredentials to replay the events to recreate our read models.
But after the upgrade if I don’t pass the user credentials I am get " Read access denied for $all."
How can I read all the events with out passing the user name and password?