John Eikenberry

Results 302 comments of John Eikenberry

A PR would be great. I'd love to see what you have in mind.

Reopening this as I do plan on adding it once I have the new library migration completed and I don't want to forget.

Hey @fredwangwang, thanks for filing this issue. There is a related ticket you might find interesting that has some more discussion and seems like a duplicate of this: #1442

Thanks for the feedback @fredwangwang. You are correct that it isn't an exact duplicate, but the code path for CT handing signals is tied very closely to the one running...

Vault Token renewal should be disabled if not set. But it looks for the token in places other than the config file by default. Do you happen to have the...

Hey @angrycub, thanks for filing this issue. First, see above. I forgot to address you. Also when checking for VAULT_RENEW_TOKEN, also check for the ~/.vault-token file. If that exists and...

> If that exists and contains a token, it will trigger token renewal. It actually doesn't matter what that file contains. It is assumed if it exists it contains a...

Good idea. If you don't mind I'll convert this ticket into a request to have the token source logged.

Hey @yzhengwei, thanks for the question. Consul-template doesn't have native support for webhooks, but as a general purpose command runner you can certainly set it up to fire a webhook....

I'm not 100% on why it does that, but it probably has to do with how dots can cause problems with some values. See this section of the docs for...