Manish Alankala

Results 4 issues of Manish Alankala

Can we exclude s3 web ui and choose as our local storage

#docker-compose.yml version: "3" services: traefik: image: traefik:alpine labels: - traefik.enable=true volumes: - /var/run/docker.sock:/var/run/docker.sock ports: - "6060:80" - "6080:8080" nginx: image: nginx:alpine labels: - traefik.enable=true apache: image: httpd:alpine labels: - traefik.enable=true...

I am finding below error if i try terraform apply terraform version Terraform v0.14.3 + provider registry.terraform.io/hashicorp/azurerm v2.19.0 + provider registry.terraform.io/hashicorp/kubernetes v2.4.1 cloud provider : azure Error: Post "http://localhost/api/v1/namespaces/kns/services": dial...

**Description:** Currently, the highbyte/sonarscan-dotnet GitHub Action supports passing extra arguments only to the SonarScanner begin step via the sonarBeginArguments input There is no equivalent input for the **end step**, which...