|
|
|
|
|
by nine_k
1253 days ago
|
|
I agree with the idea of cheap, disposable, fine-grained secrets. With databases in particular the problem is that a connection is a relatively expensive thing which takes noticeable time to establish. Hence connection pooling, and the need for all sessions of a particular class to share credentials. |
|