Elias Abacioglu

Results 27 issues of Elias Abacioglu

**Describe the bug** Cannot remove a user. **Steps to reproduce the issue:** Created a user with write permission. Added read permission later to that user. Deleted the user. **Expected behavior**...

community

**Describe the problem/challenge you have** I want to treat my BuildKit backend as a persistent application to always have a running BuildKit in my k8s cluster. So I want to...

Hi, What unit is HARD_TAKE_PROFIT? If I set it to 3.3 is that 3.3% or 330%?

**Describe the bug**: I have a DNS-01 scenario that doesn't work. I'm using Google Cloud DNS. My setup is like this. I have a wildcard like this `*.k8s.example.com. CNAME ingress-nginx.service.consul.`...

kind/bug
lifecycle/stale

**What would you like to be added**: --default-targets only support IP addresses. I would want it to support hostnames as well. Currently this is what happens when you use a...

kind/feature

**Describe the bug** When transferring a domain automation fails because of `Empty authorization code!` **To Reproduce** Client enters their EPP code during the order process and yet this plugin fails...

bug

**Describe the bug** When transferring a domain with a Swedish zip code formatted like '17266' instead of '172 66'. The transfer will fail due to `Invalid Zipcode!`. I have not...

bug

## Describe the Feature You Want I want docker_build()'s extra_tag to be pushed to the registry, now it's only the $EXPECTED_REF that is pushed. ### Current Behavior extra_tag is only...

enhancement

### Expected Behavior This: ```python os.putenv('DOCKER_BUILDKIT', '0') docker_build( '{}/{}'.format(DOCKER_NAMESPACE, DOCKER_REPO), DOCKER_FOLDER, ) ``` doesn't seem to work, the environment variable DOCKER_BUILDKIT is not applied in the context that executes `docker_build()`...

enhancement

Hi Is there a way to make the clientService become of type LoadBalancer. I tried setting helm values to ``` clientService: spec: type: LoadBalancer ``` But that didn't bite. Service...