aks-app-routing-operator icon indicating copy to clipboard operation
aks-app-routing-operator copied to clipboard

Kubernetes operator that implements AKS Application Routing

Results 64 aks-app-routing-operator issues
Sort by recently updated
recently updated
newest added

# Description These changes add access to the custom-http-errors configmap options via the CRD. This redirects the specified error codes to the default backend for handling (i.e. custom error pages)...

# Description Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change. Fixes...

Hi, I'm trying to add internal ingress using instruction https://learn.microsoft.com/en-us/azure/aks/create-nginx-ingress-private-controller. Current controller implementation does not provide configuration options for external-dns controller. # Issue All hosts from Private DNS Zone `private.example.com`...

I've created this video to explain how it works on the Lightboard. I thought it would be useful to include it in the Readme file to help understand how it...

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...

dependencies

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...

dependencies

Currently, only the "runAsUser" option is set in the controller's container securityContext. ```yaml securityContext: runAsUser: 101 ``` Official Azure policies expect "allowPrivilegeEscalation" to be declared false. [Kubernetes clusters should not...

**Issue** We are not able to add CSP headers that contains single quotes. Example: nginx.ingress.kubernetes.io/configuration-snippet: > more_set_headers "Content-Security-Policy: upgrade-insecure-requests;default-src 'self';" ; ... I did remove ' from annotation-value-word-blocklist in nginx...

Hello, I had a quick look and I can't see a good way to set the affinity for the Ingress Controller Pods. Is this something that can be configured in...

# Description Triggers a reconcile on nic resources when a managed configmap is updated. ## Type of change Please delete options that are not relevant. - [ ] Bug fix...