Commit Graph

2690 Commits

Author SHA1 Message Date
dependabot-preview[bot] 8e2226180a
Bump pre-commit from 2.2.0 to 2.3.0
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pre-commit/pre-commit/compare/v2.2.0...v2.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-08 18:35:37 +00:00
dependabot-preview[bot] b993e664a3
Merge pull request #2963 from Netflix/dependabot/pip/sphinx-3.0.3 2020-05-08 18:34:10 +00:00
dependabot-preview[bot] fa13bda99e
Bump sphinx from 3.0.1 to 3.0.3
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.0.1 to 3.0.3.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/3.x/CHANGES)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.0.1...v3.0.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-08 16:45:06 +00:00
Hossein Shafagh 53c314cb41
Merge pull request #2959 from hosseinsh/improve-enable-autorotate
improving logging and the possibility of …
2020-05-08 09:43:11 -07:00
Hossein Shafagh 0f374c8fd0
Merge branch 'master' into cert-rotation-region-by-region 2020-05-08 09:21:13 -07:00
Hossein Shafagh 529ee04ae7 removing duplicate line 2020-05-08 09:16:46 -07:00
Hossein Shafagh 65b193a891
Merge branch 'master' into improve-enable-autorotate 2020-05-08 08:50:50 -07:00
Hossein Shafagh daafb5ddd4
Merge pull request #2956 from Netflix/dependabot/pip/cryptography-2.9.2
Bump cryptography from 2.9 to 2.9.2
2020-05-08 08:48:10 -07:00
Hossein Shafagh bffaeb1067
Merge branch 'master' into dependabot/pip/cryptography-2.9.2 2020-05-08 08:39:59 -07:00
Hossein Shafagh 746e314a5b
Merge pull request #2954 from Netflix/dependabot/pip/fakeredis-1.4.1
Bump fakeredis from 1.4.0 to 1.4.1
2020-05-08 08:38:17 -07:00
Hossein Shafagh f68900d2b3 improving logging and the possibility of defining which Authorities qualify for auto-rotation 2020-05-07 18:28:01 -07:00
dependabot-preview[bot] 7f6eae7213
Bump cryptography from 2.9 to 2.9.2
Bumps [cryptography](https://github.com/pyca/cryptography) from 2.9 to 2.9.2.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/2.9...2.9.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-08 00:25:47 +00:00
dependabot-preview[bot] d469700cbf
Bump fakeredis from 1.4.0 to 1.4.1
Bumps [fakeredis](https://github.com/jamesls/fakeredis) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/jamesls/fakeredis/releases)
- [Commits](https://github.com/jamesls/fakeredis/compare/1.4.0...1.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-08 00:23:52 +00:00
Hossein Shafagh 843ffad60e removing testing comments 2020-05-07 17:10:50 -07:00
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
Hossein Shafagh 54035e8db8
Merge pull request #2952 from Netflix/fix_for_latest_pip
Fix parse_requirements logic for Pip 20.1
2020-04-29 09:42:07 -07:00
Curtis Castrapel ba8184c874 Fix requirement parsing for pip 20.1 2020-04-29 08:51:09 -07:00
Curtis Castrapel 4c40e806bc Requirements fix for Pip 20.1 2020-04-29 08:41:42 -07:00
Curtis eaaacfad3e
Merge pull request #2951 from Netflix/enable_autorotate_attached_certs
Autorotate certs attached to endpoints
2020-04-28 16:33:12 -04:00
Curtis Castrapel 7e97d885df Address comments 2020-04-28 13:16:27 -07:00
Curtis Castrapel 863af7a3e5 Making CLI command ; Running black 2020-04-28 12:16:46 -07:00
Curtis Castrapel 273c3e2793 Celery task to enable autorotate for all certificates attached to endpoints without it enabled 2020-04-28 11:52:43 -07:00
Hossein Shafagh f71a9e0ad2
Merge pull request #2950 from hosseinsh/route53-private-zone-fix
fixing the private DNS zone issue.
2020-04-24 16:08:38 -07:00
Hossein Shafagh 8d0007b9c0 fixing the private DNS zone issue.
Private hosted zones will never be visible to third-parties like LetsEncrypt, and Lemur should not consider them as authoritative zones.
This fix, make sure  they are not added to the  dns_provider table.
2020-04-24 15:48:06 -07:00
Hossein Shafagh 7b305514a1
Merge pull request #2948 from Netflix/mcandre-fix-cves
Fix Gulp CVEs & Fix broken bootswatch/bootstrap
2020-04-16 09:17:33 -07:00
csine-nflx 4fcb050fa8 fixing bootstrap, bootswatch, and updating bower 2020-04-16 01:08:39 -07:00
Hossein Shafagh 3eea32a227
Merge branch 'master' into fix-cves 2020-04-15 16:53:02 -07:00
Hossein Shafagh 5122e0e375
Merge pull request #2947 from Netflix/qcc_q2_2020
Updated Python requirements and non-breaking node packages.
2020-04-15 16:11:59 -07:00
csine-nflx e33b767d12 updating package.jso based on `npm update` 2020-04-15 14:31:41 -07:00
csine-nflx f8657998e6 updated python requirements and still works 2020-04-15 14:17:34 -07:00
csine-nflx cee81bd693 updated requirements, fixed unittests, pytest, and distinguidedName ordering 2020-04-09 18:17:05 -07:00
Curtis 67cb703c83
Merge pull request #2946 from Netflix/enhanced_error_loggin
Improve error logging for a couple of use cases
2020-04-08 15:03:41 -04:00
Curtis 213b13d3c9
Merge branch 'master' into enhanced_error_loggin 2020-04-08 14:56:51 -04:00
Hossein Shafagh 0537d494e7
Merge pull request #2944 from dstipp/oauth2
OAUTH2 fixes
2020-04-08 11:56:42 -07:00
Curtis 2c8dc24fda
Merge branch 'master' into enhanced_error_loggin 2020-04-08 14:51:06 -04:00
Curtis Castrapel 1360d846fd Improve error logging for a couple of use cases 2020-04-08 11:50:42 -07:00
Hossein Shafagh 3b3cec6f8b
Merge branch 'master' into oauth2 2020-04-08 10:12:04 -07:00
Hossein Shafagh 6102ec9267
Merge pull request #2943 from hosseinsh/imporved-metrics-sources
emitting the count of certificates on the source
2020-04-08 09:36:59 -07:00
Hossein Shafagh eaeec5d757
Merge branch 'master' into imporved-metrics-sources 2020-04-08 09:23:27 -07:00
Curtis 7b2d5c9103
Merge pull request #2945 from Netflix/celery_metrics
Add default celery metrics and logging using celery signals
2020-04-08 12:23:04 -04:00
Curtis Castrapel 11b15e7e23 Clean up docstrings 2020-04-08 08:41:48 -07:00
Curtis Castrapel eb138fc960 Add default celery metrics and logging using celery signals 2020-04-08 08:38:40 -07:00
Hossein Shafagh 45c98a21b3
Merge branch 'master' into imporved-metrics-sources 2020-04-06 16:02:25 -07:00
Chad S 37f4b4c2a6
Merge pull request #2937 from Netflix/powerdnsplugin_02
Update PowerDNS Plugin to support multiple tokens per domain
2020-04-06 09:32:44 -07:00
csine-nflx bb21f891cb Merge branch 'powerdnsplugin_02' of github.com:Netflix/lemur into powerdnsplugin_02 2020-04-05 21:48:31 -07:00
csine-nflx 46e0d1953b Merge branch 'master' of github.com:Netflix/lemur into powerdnsplugin_02 2020-04-05 21:47:24 -07:00
csine-nflx f82ec24dfa updating _get_txt_records return values and docstrings 2020-04-05 21:46:33 -07:00
David Stipp 5c2a2f8ff2 OAUTH2 fixes
* Use OAUTH2 variable instead of PING while using OAUTH
* Some IDPs require a POST instead of a GET to user data
2020-04-04 11:32:23 -04:00
Hossein Shafagh 5add647148 # emitting the count of certificates on the source 2020-04-03 16:51:24 -07:00
Hossein Shafagh 274e61cffb
Merge branch 'master' into powerdnsplugin_02 2020-04-03 12:59:36 -07:00