Is there a way to grant a SQL Server Login access to a listener while not granting access to the underlying nodes of the Availability Group?
We have an 2-node (Synchronous) Availability Group (NodeA and NodeB). NodeA is the primary and NodeB is the secondary. Dashboard connects directly to NodeB.
A failover occurs. All connections are now pointing to NodeB. Once NodeA is brought back onboard as the secondary, all connections are still pointing to NodeB.
I want to allow a user to connect to the AG Listener, but not the individual nodes of the AG.