57208fe198
Fix group lookup when AD DNS Referal is in lookup path
...
Fix an issue when the DNS AD referal is in the path.
An Exception is raised, with the following stacktrace::
Traceback (most recent call last):
File "/www/lemur/lemur/auth/views.py", line 317, in post
user = ldap_principal.authenticate()
File "/www/lemur/lemur/auth/ldap.py", line 147, in authenticate
self._bind()
File "/www/lemur/lemur/auth/ldap.py", line 216, in _bind
self.ldap_groups.append(values["cn"][0].decode("ascii"))
TypeError: list indices must be integers or slices, not str
This is issue is trigerred by some extra rows that referrences
the DNS subtree::
['ldaps://DomainDnsZones.xxxx']
Limiting the extraction to the expected dicts fix this issue.
2020-11-09 09:40:28 +01:00
cafc2c1d80
Merge pull request #3236 from charhate/ecc_changes
...
Version updates
2020-11-05 12:12:04 -08:00
320667935d
flake8 version 3.8.4
2020-11-04 19:09:34 -08:00
206d010c9a
Version updates and making lint happy
2020-11-04 18:23:39 -08:00
92a555ba4b
Merge pull request #3233 from charhate/ecc_changes
...
Fixing build and test warnings
2020-11-04 18:16:35 -08:00
7d2ce61303
Updating comment for application context
2020-11-04 18:04:57 -08:00
8990209411
Merge branch 'master' into ecc_changes
2020-11-04 17:00:09 -08:00
fb25d82eea
Merge pull request #3235 from jtschladen/stop-repeating-certs-in-security-emails
...
Stop repeating certs when sending expiration notifications to security team email
2020-11-04 11:09:04 -08:00
4d32adb3bf
Merge branch 'master' into stop-repeating-certs-in-security-emails
2020-11-04 10:58:20 -08:00
4cc0f6bb60
Stop repeating certs when sending expiration notifications to security team email
2020-11-04 10:53:27 -08:00
ab014873d0
invalid escape sequence warning for not an escape char
2020-11-03 19:33:13 -08:00
003779a112
Mock fix for DeprecationWarning: callable is None
2020-11-03 19:27:41 -08:00
dc7497e29d
Fix Working outside of application context Test Failures in dev
2020-11-03 19:05:18 -08:00
3d64aa8d11
Fixing DeprecationWarning: callable is None: another syntax
2020-11-02 18:58:38 -08:00
86b2cfbe4a
invalid escape sequence \
2020-11-02 18:45:38 -08:00
b75bd56546
Check if ValueError assert works old way
2020-11-02 18:29:22 -08:00
6922d34825
invalid escape sequence \
2020-11-02 18:16:15 -08:00
825a001a8b
pass algorithm to jwt.decode() during login
...
api_jwt.py : pass "algorithms" argument when calling decode(). This argument will be mandatory in a future version
2020-11-02 17:37:04 -08:00
d88da028b1
Replace binary with LargeBinary
...
https://flask-appbuilder.readthedocs.io/en/latest/_modules/sqlalchemy/sql/sqltypes.html
2020-11-02 17:37:04 -08:00
d821024e35
Fixing DeprecationWarning: callable is None
2020-11-02 17:37:04 -08:00
2dac95c6fb
Replacing PassiveDefault (deprecated) with DefaultClause
2020-11-02 17:37:04 -08:00
4ffced70f8
backref cannot be set for viewonly relationship
...
will be deprecated in SQLAlchemy 1.4, and will be disallowed in a future release
2020-11-02 17:37:04 -08:00
634339eac6
replacing imp (deprecated) with importlib
2020-11-02 17:37:04 -08:00
5569c9d8e1
Merge pull request #3232 from Netflix/hosseinsh-travis-ci-email
...
Disabling travis-ci emaill notification on success
2020-11-02 17:25:21 -08:00
4659df42d5
better formatting
2020-11-02 15:49:11 -08:00
e9b0e2eca7
Merge branch 'master' into hosseinsh-travis-ci-email
2020-11-02 14:27:03 -08:00
9ad9f349ba
Merge pull request #3231 from Netflix/dependabot/pip/boto3-1.16.9
2020-11-02 19:28:40 +00:00
fa620e539d
Bump boto3 from 1.16.5 to 1.16.9
...
Bumps [boto3](https://github.com/boto/boto3 ) from 1.16.5 to 1.16.9.
- [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.16.5...1.16.9 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-11-02 19:21:05 +00:00
c4e3998715
Merge pull request #3228 from Netflix/dependabot/pip/pytest-6.1.2
2020-11-02 19:18:14 +00:00
fc2fce6c0b
Bump pytest from 6.1.1 to 6.1.2
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 6.1.1 to 6.1.2.
- [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.1...6.1.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-11-02 19:10:18 +00:00
3f46b0b6d7
Merge pull request #3227 from Netflix/dependabot/pip/sphinx-3.3.0
2020-11-02 19:08:20 +00:00
2331638ed1
Bump sphinx from 3.2.1 to 3.3.0
...
Bumps [sphinx](https://github.com/sphinx-doc/sphinx ) from 3.2.1 to 3.3.0.
- [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.2.1...v3.3.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-11-02 19:01:19 +00:00
01f31772bb
Merge pull request #3229 from Netflix/dependabot/pip/pre-commit-2.8.2
2020-11-02 18:59:04 +00:00
771c272895
Bump pre-commit from 2.7.1 to 2.8.2
...
Bumps [pre-commit](https://github.com/pre-commit/pre-commit ) from 2.7.1 to 2.8.2.
- [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.7.1...v2.8.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-11-02 18:51:46 +00:00
3fb0aae43a
Merge pull request #3226 from Netflix/dependabot/pip/cryptography-3.2.1
2020-11-02 18:49:55 +00:00
a15e1831d0
turning off Travis-ci notification on success
2020-11-02 09:43:09 -08:00
a4d2f79a9b
Bump cryptography from 3.2 to 3.2.1
...
Bumps [cryptography](https://github.com/pyca/cryptography ) from 3.2 to 3.2.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.2...3.2.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-11-02 13:34:06 +00:00
8eba97fd14
Merge pull request #3223 from charhate/ecc_changes
...
Small fixes
2020-10-30 11:06:02 -07:00
d41daeb4af
Merge branch 'master' into ecc_changes
2020-10-30 10:55:23 -07:00
507e3caee5
Merge pull request #3224 from Netflix/cname_01
...
Fixing floating comma in CNAME PR
2020-10-29 19:09:47 -07:00
cc05d21260
Merge branch 'master' into cname_01
2020-10-29 18:59:43 -07:00
a4178ca113
fixing floating comma in CNAME PR
2020-10-29 18:52:22 -07:00
69aa98c1c8
Merge branch 'master' into ecc_changes
2020-10-29 18:05:38 -07:00
03dfbf535d
Consistent algo in UI and API
...
Removed '-' since UI displays only handful options
2020-10-29 17:59:31 -07:00
aec24ae132
Missing commit in downgrade
2020-10-29 17:58:37 -07:00
4e44dd3d8f
Check if authority options is JSON Array
2020-10-29 17:57:54 -07:00
4330a42dd3
Merge pull request #3196 from GnunuX/url_context_path
...
Do not add urlContextPath to relative path
2020-10-29 16:20:05 -07:00
725eee549d
Merge branch 'master' into url_context_path
2020-10-29 15:11:39 -07:00
497bd6a13c
Merge pull request #3209 from jtschladen/notification-plugin-field-fix
...
Fix plugin field on notification edit
2020-10-29 15:08:12 -07:00
945ec0895b
Merge branch 'master' into url_context_path
2020-10-29 15:06:50 -07:00