kevgliss
7aa5ba9c6b
Fixing an IAM syncing issue. Were duplicates were not properly sync'd… ( #638 )
...
* Fixing an IAM syncing issue. Were duplicates were not properly sync'd with Lemur. This resulted in a visibility gap. Even 'duplicates' need to sync'd to Lemur such that we can track rotation correctly. Failing on duplicates lead to missing those certificates and the endpoints onto which they were deployed. This commit removes the duplicate handling altogether.
* Fixing tests.
2017-01-04 17:46:47 -08:00
kevgliss
e5dee2d7e6
Adding additional metrics for when destinations fail to upload. ( #637 )
2016-12-28 09:52:23 -08:00
kevgliss
b0232b804e
Removing cloned date defaults. ( #636 )
2016-12-27 11:35:53 -08:00
kevgliss
de7cec35c6
Clean refactor ( #635 )
...
* Adding rotation to the UI.
* Removing spinkit dependency.
* refactoring source cleaning
2016-12-27 10:31:33 -08:00
kevgliss
700c57b807
Rotation ui ( #633 )
...
* Adding rotation to the UI.
* Removing spinkit dependency.
2016-12-26 15:55:11 -08:00
kevgliss
ce75bba2c3
Replacement refactor. ( #631 )
...
* Deprecating replacement keyword.
* Def renaming.
2016-12-26 11:09:50 -08:00
kevgliss
46f8ebd136
Modifying the way rotation works. ( #629 )
...
* Modifying the way rotation works.
* Adding docs.
* Fixing tests.
2016-12-23 13:18:42 -08:00
kevgliss
f8279d6972
Fixes a bug where pagination was incorrect. ( #628 )
2016-12-21 18:39:21 -08:00
kevgliss
072ca4da4f
Adding some additional output to rotation command. ( #627 )
2016-12-21 13:34:14 -08:00
kevgliss
8c5c30dfd4
Adding some additional output to expiration command. ( #626 )
2016-12-21 11:01:21 -08:00
kevgliss
edc0116a3a
urllib3 still failing. ( #625 )
2016-12-21 11:01:09 -08:00
Doppins
c1b2c3689c
[Doppins] Upgrade dependency requests to ==2.12.4 ( #543 )
...
* Upgrade dependency requests to ==2.12.2
* Upgrade dependency requests to ==2.12.3
* Upgrade dependency requests to ==2.12.4
2016-12-21 10:06:30 -08:00
Doppins
6746cc33a0
Upgrade dependency factory-boy to ==2.8.1 ( #616 )
2016-12-21 10:01:46 -08:00
kevgliss
74723d1a1f
Adding ability to modify ELBv2 endpoints. ( #624 )
2016-12-21 08:23:14 -08:00
Doppins
fccb8148d5
Upgrade dependency marshmallow to ==2.10.5 ( #615 )
2016-12-21 07:19:32 -08:00
Doppins
3a4ebbf92c
Upgrade dependency SQLAlchemy-Utils to ==0.32.12 ( #614 )
2016-12-21 07:19:10 -08:00
Doppins
48735e685c
Upgrade dependency boto3 to ==1.4.3 ( #623 )
2016-12-20 18:28:07 -08:00
kevgliss
cdcae4efb0
Closes #594 ( #621 )
2016-12-20 14:26:39 -08:00
kevgliss
f7c795c7f6
Closes #577 . ( #622 )
2016-12-20 14:26:29 -08:00
kevgliss
beba2ba092
Adding additional reporting and refactoring existing setup. ( #620 )
2016-12-20 12:48:14 -08:00
kevgliss
9ac10a97ce
Fix acme tests ( #619 )
...
* Ensures that in-active users are not allowed to login.
* Ensuring acme issuer loads correctly.
2016-12-19 22:59:23 -08:00
kevgliss
2f5f82d797
Ensures that in-active users are not allowed to login. ( #618 )
2016-12-19 22:58:57 -08:00
kevgliss
c7fdb2acd7
adding required variables ( #611 )
2016-12-18 18:21:22 -08:00
kevgliss
51c7216b70
Fixing configuration value. ( #610 )
...
* Fixing and configuration value.
* Pinning fake factory.
2016-12-18 18:21:12 -08:00
Marti Raudsepp
0f3ffaade0
Fall back to CN for CA name when organization is not available ( #607 )
...
In-house CAs may not have the organization field filled out.
2016-12-16 16:27:25 -08:00
kevgliss
156b98f7f0
Ensuring that rotation only happens for certificates with endpoints to rotate. ( #606 )
2016-12-15 15:20:21 -08:00
kevgliss
a09faac9a7
Endpoint sync fixes ( #604 )
2016-12-15 10:26:59 -08:00
kevgliss
d20c552248
Fixing issues with rotation. ( #603 )
...
* Fixing issues with rotation.
* Fixing tests
2016-12-14 17:30:13 -08:00
Doppins
f7fdf7902d
Upgrade dependency boto to ==2.45.0 ( #601 )
2016-12-14 16:53:47 -08:00
Marti Raudsepp
b327963925
Plugin base classes: update method signatures & fix raise ( #598 )
...
This way IDEs can verify method overrides in subclasses, otherwise these
are flagged as erroneous.
Changed base classes to properly raise NotImplementedError; previously
they would cause "TypeError: exceptions must derive from BaseException"
Also fixed exception handling in sources.service.clean().
2016-12-14 13:42:29 -08:00
Marti Raudsepp
1eb3d563c6
Fix error reporting for certs without private key ( #599 )
2016-12-14 13:25:56 -08:00
kevgliss
02991c70a9
Allow Lemur "start" to use the global config. ( #596 )
...
* allowing our runserver to use the config specified by -c
* Maintaining config for gunicorn
2016-12-14 13:23:50 -08:00
Marti Raudsepp
71ddbb409c
Minor documentation fixes/tweaks ( #597 )
...
Mostly typos, grammar errors and inconsistent indentation in code
examples.
Some errors detected using Topy (https://github.com/intgr/topy ), all
changes verified by hand.
2016-12-14 09:29:04 -08:00
kevgliss
fbcedc2fa0
Specifying a recommended postgres version ( #592 )
2016-12-13 11:22:10 -08:00
kevgliss
3dad818af2
ensuring our index gets created ( #591 )
2016-12-13 11:13:44 -08:00
Doppins
5dc0fa91e8
Upgrade dependency boto3 to ==1.4.2 ( #550 )
2016-12-13 09:53:49 -08:00
kevgliss
565c9ae98d
adding missing init ( #587 )
2016-12-13 09:21:31 -08:00
kevgliss
2d6aa620b4
Attempting to upgrade to node LTS ( #585 )
...
* Attempting to upgrade to node LTS
* Updating travis config to node
2016-12-13 08:50:12 -08:00
kevgliss
03d5a6cfe1
Refactors how notifications are generated. ( #584 )
2016-12-12 11:22:49 -08:00
Doppins
a5c47e4fdc
Upgrade dependency Flask-Migrate to ==2.0.2 ( #582 )
2016-12-12 10:42:57 -08:00
Doppins
9581278481
Upgrade dependency cryptography to ==1.7 ( #583 )
2016-12-12 10:42:45 -08:00
kevgliss
1c3ac21291
Ensuring the digicert session is handled correctly ( #579 )
2016-12-11 08:38:59 -08:00
Doppins
25faf05807
Upgrade dependency boto to ==2.44.0 ( #578 )
2016-12-08 17:31:53 -08:00
kevgliss
968dd52f6f
Fixes ( #576 )
...
* Fixing email notification
* Adding endpoint expiration
* Fixing endpoint type for ELBs
* Allowing verisign to include additional SANs
2016-12-08 15:52:27 -08:00
kevgliss
a4b32b0d31
Fixing up notification testing ( #575 )
2016-12-08 11:33:40 -08:00
kevgliss
be1415fbd4
Ensuring new cli is available ( #574 )
2016-12-08 09:11:19 -08:00
kevgliss
b5901a1570
adding needed migration files ( #573 )
2016-12-07 17:31:59 -08:00
kevgliss
bdc6dc8683
Fixing a bug were extensions got a default value ( #572 )
2016-12-07 17:28:18 -08:00
kevgliss
5087fa67dc
skipping a few tests that aren't ready yet ( #571 )
2016-12-07 16:52:00 -08:00
kevgliss
fc205713c8
Certificate rotation enhancements ( #570 )
2016-12-07 16:24:59 -08:00