Don Spaulding

Results 6 comments of Don Spaulding

FWIW, I got this working on my local instance by extracting the package and placing the resulting folder in my User packages directory and then modifying the plugin as suggested...

I can submit a PR if this is something the original author is interested in.

Looking at the code, it seems this would most likely be handled by [gcSecrets](https://github.com/PalmStoneGames/kube-cert-manager/blob/master/processor.go#L515). However, that's a reconciliation loop that has no concept of the time at which a secret...

I'm getting bit by the same error. Here's a reproducible test case: On python: `pip install cryptography` Then: ```python >>> from cryptography.fernet import Fernet >>> k = Fernet.generate_key() >>> print(k)...

Seems related: https://github.com/brix/crypto-js/issues/85

Nevermind, I see the error in my code is that I thought I could pass the secret along as a string alongside the token when doing `new Token({secret: , token:...