Oleksandr Kuzminskyi
Oleksandr Kuzminskyi
@hankya boxcla is a bot. I guess it's waiting for a "CLA signed." comment.
@vachanda , we'll have a look
We revived the project and would greatly appreciate contributions.
> Put this parameter in the resource aws_autoscaling_group. It's worked for me. @ZdeAttre, I'm curious why it would work. In my setup, Terraform doesn't attempt to delete the ASG; it...
@PacoVK I forgot I made that comment :-) Right, the issue seems the same. Back then, I worked around it by disabling CORS (`-Dquarkus.http.cors=false`). I ran the latest Tapir image...
i take it back. 0.7.0 fails.
I might have a clue. I tried to pass the quarks configuration via environment variable ``` - { - name : "JAVA_OPTS" - value : "-Dquarkus.http.host=0.0.0.0 -Dquarkus.http.cors=false" } ``` I...
I get similar errors, but not necessarily the same problem as described in the issue. Git/GitHub operations fail frequently while working on an s3fs mount. Commands are `gh repo clone`,...
Yes — Tapir **works** with AWS Cognito. If you’re seeing 401, fix that **before** dealing with `"role": "admin"`. A missing `role` (or groups) would still let you sign in, just...
I stumbled upon this PR while researching how to pass secrets to an EC2 instance via user data. Some people recommend to resolve secrets at the later provisioning state, however...