|
|
|
|
|
by _mme
1214 days ago
|
|
I have to be annoying, but - if you have a token that is only valid for X seconds - you still need a token to renew the expiring token. I have the feeling that damage control is the only option: 1) Secrets store is on different credentials 2) Decryption key is only known outside of secrets storage 3) There is a maximum number of different credentials that can be queried per day (adjustable over time) |
|
Abstract that a little bit; the system that generates the short lived token ideally would not be the same as the system that is using it
Turtles all the way down