Hossein Shafagh
Hossein Shafagh
correct, Lemur doesn't offer direct integration with HSM. I think this can be divided into two dimensions: - identify a third-party CA software that can be integrated with AWS CloudHSM...
closing this PR due to inactivity, please feel free to open it as needed.
The changes in code are here: https://github.com/Netflix/lemur/blob/master/lemur/destinations/models.py Some instructions on how alembic can be handy to auto generate the migration: http://blog.code4hire.com/2017/06/setting-up-alembic-to-detect-the-column-length-change/ A previous example: https://github.com/Netflix/lemur/commit/13d46ae42e610ce4fb019105b6969e8d5e4da637 Addition the migration to the...
sorry for the late reply, yes Lemur lacks a plugin for ACM certificates
Hi @rvaneerdewijk, The Azure Plugin is a community contribution. Marking this as question, in case someone has familiarity with OAUTH2 in Azure
This is the Azure destination plugin in Lemur https://github.com/Netflix/lemur/blob/192112f4ce735bfba0c443f7a7ee8108777f4faf/lemur/plugins/lemur_azure_dest/plugin.py#L7-L8
Oh, sorry I got it the wrong way that you are integrating with azure to upload certificates. Correct, Lemur does provide Oauth2 support for the Lemur login. would you make...
@JoeMcRobot that sounds good to me, happy to review the respective PR.
That is an excellent suggestion, things on top of my head: - high rate of 4xx - high rate of 5xx - high response time - general Celery tasks running...
Hi @netcom-rs, CFSSL [plugin](https://github.com/Netflix/lemur/blob/8dff7b982088607ded1fc1753b356607bf851baf/lemur/plugins/lemur_cfssl/plugin.py) is a community contribution, which I am not familiar with. Glancing at the code, looks like the certificate request data mostly consists of the CSR. You...