kevgliss

Results 19 issues of kevgliss

There are instances where an owner cannot access the certificate. We should consider moving from: https://github.com/Netflix/lemur/blob/c402f1ff874350cd0352764e4e95e4d5d84ba26b/lemur/auth/permissions.py#L29 To explicitly adding the owner's role to the certificate itself.

bug

I am getting: `gob: wrong type (map[string]string) for received field InstanceState.Meta` When attempting to parse a .tfplan file. Terraform v0.9.5

We should have some ability in the UI or filter by 'active' certificates e.g. any certificates that have not been replaced or superceeded by another certificate. Related: #503 #22 #90

enhancement
help wanted

Its often useful to filter certificates by their validity ranges. The dashboard has some of this functionality. This filter could be added to the dashboard and/or directly to the certificate...

enhancement

The active flag is currently used by Lemur to denote when certificate resides on one Lemur's tracked endpoints. For use cases where Lemur does not track a particular certificates endpoint...

enhancement

We should send an email with the newly issued certificate to the requester and owning group when it is created.

enhancement

Some libraries have dozens of child loggers (e.g. botocore). This PR adds support to resolve those children loggers.