Rohan Yadav
Rohan Yadav
**Description of the problem** Hello, I am trying to integrate an external authentication server using ha-proxy ingress using the [auth-url](https://haproxy-ingress.github.io/docs/configuration/keys/#auth-external) annotation. the authentication server(Flask server) expects following information to be...
Hello, I have a requirement to create an OpenLDAP container and host user management related REST APIs within same container. after going through the docs, I realized that docker-openldap image...
Hello, I have a requirement to create an OpenLDAP container and host user management related REST APIs within same container. after going through the docs, I realized that docker-openldap image...
When I tried to compile with python3, and did ldd on mod_python.so found that python is not linked to mod_python.so Steps to reproduce ``` # ./configure --with-python=/usr/bin/python3.5 # make #...
### Actual Behavior Getting generic resposne on validation error ```json { "errors": [ { "class": "", "status": 400, "title": "Value {'flag': 'testF'} not valid for schema of type object: (,)"...
Hello, I have recently upgraded from python3.7 to python3.9 and compiled mod_pyhton with python3.9. After the upgrade, I see apache process crashing with segmentation fault intemittently. I generated core dump...
### Name and Version bitnami/openldap2.6 ### What architecture are you using? amd64 ### What steps will reproduce the bug? 1. Add custom ldif files under the `/ldifs` directory and create...
### Name and Version bitnami/openldap2.6 ### What architecture are you using? amd64 ### What steps will reproduce the bug? This is more of a question rather than a bug/issue, I...
### Describe the issue Hello, Being new to Kubernetes, I have a basic doubt regarding volume synchronization in statefulset. I am working on a stateful application and trying to scale...
Adding an optional parameter `error_handler_params` in Flask Decorator to provide data to Error handler class. The parameter is basically a dictionary which is passed to constructor of error handler class,...