Fred Blaise

Results 22 comments of Fred Blaise

OK, so, I've found my issue. Code that used to work: ``` unwrapped_secret_id = vc.unwrap(wrapped_token) ``` Code that now works: ``` vc.token = wrapped_token unwrapped_secret_id = vc.unwrap()['data']['secret_id'] ``` Is this...

> More generally, I've been wondering whether these sort of methods should ideally be returning the full response from the Vault API or just the relevant bits of the response....

So it seems to now be automagically work now? hmmm. Looks like halloween did its thing.

Actually, re-opening -- maybe for a feature request? Is it really doing its thing every 5mn, and not being event-based on save?

I created a Product Type "Archives", and I just move my products to it. I then exclude that Archives product type from whatever query. Of course, this is a dirty...

Yes - that's what I did, I created a new JIRA instance with different workflow transition IDs.

> Syncing with JIRA could be a open source project of its own ;-) The mother of all time sinks.

@AlexxIT if you tell me what debug statements to put in `cloud.py` or others, I'll update the scripts manually to help out.

Hey, I'll have to check again, have not looked at it in a while. Thanks for getting back to me. I will let you know. Cheers.

Leaving a comment here to mainly say I haven't forgotten about this bug, but Easter week-end made it ectic. I reported the bug against a fresh install of master branch...