Commit Graph

3042 Commits

Author SHA1 Message Date
Hossein Shafagh 198e20ce4f
Merge branch 'master' into dymanic-digicert-ICAs 2020-10-09 17:49:33 -07:00
charhate b59c76d630
Merge pull request #3176 from charhate/ui_changes
Fix disable notify
2020-10-09 16:49:56 -07:00
Hossein Shafagh 42e9b8b627 removing the intermediary from being optional 2020-10-09 15:40:25 -07:00
sayali d5ce38bf71 lint error fix - remove whitespace 2020-10-08 12:50:30 -07:00
sayali 8928e04385 Fix disable notify 2020-10-08 11:38:52 -07:00
Hossein Shafagh 1a270cd315 switching from static DigiCert ICAs to dynamic ones to support:
https://knowledge.digicert.com/alerts/DigiCert-ICA-Update.html
2020-10-07 20:06:20 -07:00
Hossein Shafagh 4f696abb5d adding util method to convert PKCS7 to pem 2020-10-07 20:03:46 -07:00
charhate e078d33103
Merge pull request #3174 from charhate/ui_changes
Authority create: Email added to subject DN
2020-10-07 16:25:00 -07:00
sayali b7d0e62844 Make location optional
Remove form validation and default value in input schema
2020-10-07 13:31:23 -07:00
sayali c72661a87f Removing hardcoded name 2020-10-06 18:50:37 -07:00
sayali 6b96aefa21 Authority create: Email added to subject DN for cloudCA 2020-10-06 18:35:28 -07:00
dependabot-preview[bot] 72d28d0af9
Merge pull request #3173 from Netflix/dependabot/pip/boto3-1.15.12 2020-10-06 18:05:56 +00:00
dependabot-preview[bot] 0b667177dd
Bump boto3 from 1.15.7 to 1.15.12
Bumps [boto3](https://github.com/boto/boto3) from 1.15.7 to 1.15.12.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](https://github.com/boto/boto3/compare/1.15.7...1.15.12)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-06 17:51:12 +00:00
dependabot-preview[bot] 90f17d02d9
Merge pull request #3171 from Netflix/dependabot/pip/botocore-1.18.12 2020-10-06 17:48:19 +00:00
dependabot-preview[bot] 4e6d25d0f9
Bump botocore from 1.18.7 to 1.18.12
Bumps [botocore](https://github.com/boto/botocore) from 1.18.7 to 1.18.12.
- [Release notes](https://github.com/boto/botocore/releases)
- [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst)
- [Commits](https://github.com/boto/botocore/compare/1.18.7...1.18.12)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-06 17:35:06 +00:00
dependabot-preview[bot] da0970f3c8
Merge pull request #3172 from Netflix/dependabot/pip/faker-4.4.0 2020-10-06 17:32:20 +00:00
dependabot-preview[bot] 16177d751d
Bump faker from 4.1.3 to 4.4.0
Bumps [faker](https://github.com/joke2k/faker) from 4.1.3 to 4.4.0.
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/joke2k/faker/compare/v4.1.3...v4.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-06 16:59:28 +00:00
dependabot-preview[bot] 0876d5f911
Merge pull request #3170 from Netflix/dependabot/pip/factory-boy-3.1.0 2020-10-06 16:57:22 +00:00
dependabot-preview[bot] 2586c23efd
Bump factory-boy from 3.0.1 to 3.1.0
Bumps [factory-boy](https://github.com/FactoryBoy/factory_boy) from 3.0.1 to 3.1.0.
- [Release notes](https://github.com/FactoryBoy/factory_boy/releases)
- [Changelog](https://github.com/FactoryBoy/factory_boy/blob/master/docs/changelog.rst)
- [Commits](https://github.com/FactoryBoy/factory_boy/compare/3.0.1...3.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-06 16:40:44 +00:00
dependabot-preview[bot] 7a612f36a3
Merge pull request #3169 from Netflix/dependabot/pip/pytest-6.1.1 2020-10-06 16:38:56 +00:00
dependabot-preview[bot] 60d28cf875
Bump pytest from 6.1.0 to 6.1.1
Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.1.0 to 6.1.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/6.1.0...6.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-06 08:30:51 +00:00
charhate 98668b0972
Merge pull request #3168 from charhate/key_type_column
Remove bit length check from last query
2020-09-30 11:11:53 -07:00
sayali 010862ebcb Merge branch 'master' of github.com:Netflix/lemur into key_type_column 2020-09-29 16:43:22 -07:00
sayali ea513f465f Remove bit length check from last query 2020-09-29 16:33:10 -07:00
charhate d3b01d6b40
Merge pull request #3159 from charhate/key_type_column
Add key_type to CertificateUploadInputSchema
2020-09-29 10:41:25 -07:00
sayali b9100dbf29 Merge branch 'master' of github.com:Netflix/lemur into key_type_column 2020-09-29 10:25:54 -07:00
charhate c278a6db4d
Merge pull request #3166 from unic/bugfix/dns-providers-list
Fix dns-providers type missing from schema
2020-09-29 10:21:14 -07:00
Mathias Petermann 5e10a82621
Merge branch 'master' into bugfix/dns-providers-list 2020-09-29 18:52:11 +02:00
dependabot-preview[bot] 12e8e4891c
Merge pull request #3162 from Netflix/dependabot/pip/cryptography-3.1.1 2020-09-29 16:49:13 +00:00
dependabot-preview[bot] 0f0f717520
Bump cryptography from 3.1 to 3.1.1
Bumps [cryptography](https://github.com/pyca/cryptography) from 3.1 to 3.1.1.
- [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/3.1...3.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-29 16:39:43 +00:00
dependabot-preview[bot] 02ff34f440
Merge pull request #3161 from Netflix/dependabot/pip/boto3-1.15.7 2020-09-29 16:36:47 +00:00
dependabot-preview[bot] 5fc6533443
Bump boto3 from 1.15.2 to 1.15.7
Bumps [boto3](https://github.com/boto/boto3) from 1.15.2 to 1.15.7.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](https://github.com/boto/boto3/compare/1.15.2...1.15.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-29 16:27:01 +00:00
dependabot-preview[bot] 3634b5e423
Merge pull request #3163 from Netflix/dependabot/pip/pytest-6.1.0 2020-09-29 16:24:18 +00:00
dependabot-preview[bot] 23797ec067
Bump pytest from 6.0.2 to 6.1.0
Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.0.2 to 6.1.0.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/6.0.2...6.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-29 16:15:06 +00:00
dependabot-preview[bot] ca357c08c4
Merge pull request #3160 from Netflix/dependabot/pip/botocore-1.18.7 2020-09-29 16:13:12 +00:00
Mathias Petermann d7fc84f6e9 Fix dns-providers type missing from schema 2020-09-29 14:36:31 +02:00
dependabot-preview[bot] d3908fa445
Bump botocore from 1.18.2 to 1.18.7
Bumps [botocore](https://github.com/boto/botocore) from 1.18.2 to 1.18.7.
- [Release notes](https://github.com/boto/botocore/releases)
- [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst)
- [Commits](https://github.com/boto/botocore/compare/1.18.2...1.18.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-29 07:33:30 +00:00
sayali aaff0f7581 Fixing UT for key_type on upload schema 2020-09-28 19:03:21 -07:00
sayali 7a226241db Add key_type to CertificateUploadInputSchema
Parse cert body to determine algo
2020-09-28 18:13:00 -07:00
Hossein Shafagh bf7638937a
Merge pull request #3144 from hosseinsh/remove-test-secrets
Generate secrets on the fly
2020-09-28 14:49:16 -07:00
Hossein Shafagh ba47e7448d
lint 2020-09-28 14:42:03 -07:00
Hossein Shafagh 96eada297f
lint 2020-09-28 14:40:56 -07:00
Hossein Shafagh 0fa136e7a4
Merge branch 'master' into remove-test-secrets 2020-09-25 17:19:39 -07:00
Hossein Shafagh f8705aa730
lint 2020-09-25 17:19:30 -07:00
charhate 1e75cf4ab5
Merge pull request #3155 from charhate/key_type_column
Use key_type column for cert get/rotate/reissue/display
2020-09-25 13:01:40 -07:00
Hossein Shafagh 8f1c966079
Merge branch 'master' into remove-test-secrets 2020-09-25 12:48:28 -07:00
Hossein Shafagh d49edd886b
language 2020-09-25 12:32:33 -07:00
Hossein Shafagh e871c5eb18
Update conf.py 2020-09-25 12:30:37 -07:00
sayali 57457bfe78 Merge branch 'master' of github.com:Netflix/lemur into key_type_column 2020-09-23 15:23:45 -07:00
sayali cd13832377 Use key_type column for cert get/rotate/reissue/display
Added unit tests
2020-09-23 15:16:19 -07:00