lemur/plugins/lemur_cryptography/plugin.py (6 lines): - line 64: # TODO figure out a better way to increment serial - line 75: # TODO figure out a better way to increment serial - line 101: # FIXME in python-cryptography. - line 121: # FIXME: Implement the AuthorityInformationAccess extension - line 134: # FIXME: Implement the CRLDistributionPoints extension - line 135: # FIXME: Not implemented in lemur/schemas.py yet https://github.com/Netflix/lemur/issues/662 lemur/certificates/schemas.py (2 lines): - line 151: ] # TODO remove when field is deprecated - line 199: ] # TODO remove when field is deprecated lemur/certificates/service.py (2 lines): - line 602: # creator = args.pop('creator') # TODO we should enabling filtering by owner - line 955: # TODO this can be removed once we migrate away from cn lemur/schemas.py (2 lines): - line 319: # FIXME: Convert custom OIDs to a custom field in fields.py like other Extensions - line 320: # FIXME: Remove support in UI for Critical custom extensions https://github.com/Netflix/lemur/issues/665 lemur/plugins/lemur_acme/challenge_types.py (1 line): - line 262: # TODO add external ID (if possible) lemur/certificates/models.py (1 line): - line 146: san = Column(String(1024)) # TODO this should be migrated to boolean lemur/sources/service.py (1 line): - line 229: # TODO this is very slow as we don't batch update certificates lemur/plugins/lemur_aws/sts.py (1 line): - line 36: # TODO add user specific information to RoleSessionName lemur/common/fields.py (1 line): - line 396: # TODO: Need to parse a string in name['value'] like: lemur/plugins/lemur_atlas/plugin.py (1 line): - line 60: # TODO marshmallow schema? lemur/plugins/lemur_acme/dyn.py (1 line): - line 69: # TODO: Delete associated DNS text record here lemur/pending_certificates/models.py (1 line): - line 151: # TODO: Fix auto-generated name, it should be renamed on creation lemur/pending_certificates/service.py (1 line): - line 204: # creator = args.pop('creator') # TODO we should enabling filtering by owner