Roberto López López
Roberto López López
We will see what we can do. Let me understand properly: so you handle the edgeworkers with terraform, but not the activations? If you would handle the activations as well...
Uh, that's something that unfortunately we have not implemented: `akamai_edgeworkers_activation` does not really have any import 😞 But on the other side, the create method of that resource works actually...
@suresh0512 , @nighthauk : I have encountered this error running akamai cli 1.2.1 inside of an ubuntu container. I found a solution: `apt install git` and try once again to...
Thanks for your help. @buzzsurfr I have not yet had time to test the fix, I will reply as soon as I have some time at work. Quite busy at...
I usually do something like this: ``` const { v4: uuidv4 } = require('uuid'); const inputName=uuidv4(); bru.setEnvVar("input_name", inputName); ``` Then in the json body:
Thanks @BentiGorlich, Google Auth is just the first option which I thought while writing the issue. On any desktop password manager with TOTP support we would run into the same...
@BentiGorlich : ~~I can see that some days ago the PR was merged already - does that fix this issue?~~ false alarm, the PR is not merged yet :) Thanks!...
I cannot reproduce (firefox mobile)
As mentioned in the linked issue in our repo (in Spanish, so I will translate for anyone who wants to take over the task), there may be at least 2...