kevgliss

Results 42 comments of kevgliss
trafficstars

@deckar01 I have a use case where it would be helpful if context could be passed to validators. For example: ``` class IPSchema(Schema): cidr = fields.String() @validates('cidr') def valid_network(self, data):...

Thanks @deckar01, I didn't see that fields could be specified on schema level validation. @maximkulkin I would generally agree, although I am experimenting with abusing marshmallow by using it for...

More control would also be preferable in the case where you have to assume role before using pynamodb, as it stands @bedge solution works okay for the time being.

So awhile back I tried very hard to publish this to pypi. However, I took the `lemur` namespace over from another library. That library had a version of >1.9 so...

I haven't given up on this just yet. Will try to get a package up under the lemur-pki namespace.

The issue is that it rejects lower versions, Lemur is 0.5.0 but the previous package was 1.9. I have tried deleting the whole package from pypi but that didn't seem...

So the files seem to be located on the filesystem, but nginx can't find them? I'd double check your nginx.conf. Feel free to include it here.

Hey all good questions, as with most things the sync process as evolved over time, so I'm not sure there is a real though out strategy here. What makes things...

ACM as added the ability to upload certificates to ACM. This is preferred over IAM for uploading new certificates. http://boto3.readthedocs.io/en/latest/reference/services/acm.html#ACM.Client.import_certificate

This is a hard one because what happens here is largely up to the issuer. `Lemur` can't actually force an issuer to accept what's in the CSR or vice versa....