josephschorr
|
d77aa9228f
|
Merge pull request #3002 from coreos-inc/joseph.schorr/QUAY-822/gc-app-tokens
Add a worker to automatically GC expired app specific tokens
|
2018-02-20 17:21:48 -05:00 |
|
Joseph Schorr
|
e1a3857de9
|
Make sure to filtered already-expired tokens from the "expiring soon" tokens
|
2018-02-12 17:07:50 -05:00 |
|
Joseph Schorr
|
d45161b120
|
Add a worker to automatically GC expired app specific tokens
Fixes https://jira.coreos.com/browse/QUAY-822
|
2018-02-12 14:56:01 -05:00 |
|
Joseph Schorr
|
6228ab5a51
|
We cannot cache the full expiration for an app specific token, as it would include the datetime when the cache is created, rather than now
Fixes https://jira.coreos.com/browse/QUAY-819
|
2018-02-02 16:11:59 -05:00 |
|
Joseph Schorr
|
208dc38d25
|
Allow expired app specific tokens to be deleted
|
2018-01-23 11:40:51 -05:00 |
|
Joseph Schorr
|
888b564a9b
|
Add a banner to the Quay UI when an app specific token is about to expire
|
2018-01-04 15:27:42 -05:00 |
|
Joseph Schorr
|
524d77f527
|
Add an AppSpecificAuthToken data model for app-specific auth tokens. These will be used for the Docker CLI in place of username+password
|
2018-01-04 15:27:41 -05:00 |
|