lemur/lemur/common
Hossein Shafagh 1b6907a404 Certificate rotation region by region
example scheudule:
CELERYBEAT_SCHEDULE = {
    'certificate_rotate': {
        'task': 'lemur.common.celery.certificate_rotate',
        'options': {
            'expires': 180
        },
        'schedule': crontab(minute="*"),
        'kwargs': {'region': 'us-east-1'}
    }
}
2020-05-07 16:28:01 -07:00
..
__init__.py initial commit 2015-06-22 13:47:27 -07:00
celery.py Certificate rotation region by region 2020-05-07 16:28:01 -07:00
defaults.py Improve error logging for a couple of use cases 2020-04-08 11:50:42 -07:00
fields.py Black lint all the things 2019-05-16 07:57:02 -07:00
health.py Black lint all the things 2019-05-16 07:57:02 -07:00
managers.py Black lint all the things 2019-05-16 07:57:02 -07:00
missing.py updating dependencies, and fixing the deprecated arrow.replaces to shift 2019-09-20 13:49:38 -07:00
redis.py better error handling for redis 2019-07-25 18:49:19 -07:00
schema.py Eliminate subqueries when showing certificates list 2019-12-20 10:37:47 +01:00
utils.py Black lint all the things 2019-05-16 07:57:02 -07:00
validators.py Enhance domains query and sensitive domain checking code; Allow creation of opt-out roles via config 2019-05-30 10:21:44 -07:00