Gerasimos Tzakis

Results 15 comments of Gerasimos Tzakis

Hello @kumar-swamy, oo thank you. Yes you are right, as soon i put the service-name as key it works. What about "Load balancer" service types though? For example: `service.citrix.com/service_type: "HTTP"...

Hello @apoorva-05, below is the manifest. ``` apiVersion: v1 kind: Service metadata: name: nginx-service annotations: service.citrix.com/service_type: "SSL" service.citrix.com/lbmethod: "LEASTRESPONSETIME" service.citrix.com/persistence: "COOKIEINSERT" service.citrix.com/preconfigured-certkey: "makis-cert" labels: app: nginx spec: type: LoadBalancer loadBalancerIP:...

Quick update regarding the above. Looks like that if you configure the Scheduled Jobs with custom interval and add the crontab to run at specific time daily, everything works as...

If issue [6234](https://github.com/nautobot/nautobot/issues/6234) of Nautobot is accepted and implemented. We won't need to update the whole `nautobot_config.py` file and could easily support LDAP through environmental variables.

Is this still relevant? Or I should proceed closing it?

Sure, I will create another one for that. I will close this one for now. Thanks a lot

imho, with the list you provided plus the `AUTH_LDAP_USER_SEARCH` will cover the majority of the configurations necessary. I would also add the `AUTH_LDAP_ADMIN_GROUP_NAME ` to get the Nautobot administrators. But...

Spent a couple of hours testing this. We need also to change the way `readinessProbe` is configured prior to remove the `http` directive from `uwsgi.ini` fle. Otherwise, Nautobot's state will...

Hello @MCDELTAT! If you put credentials under `postgresql.auth` then nautobot will use those ones to connect to database, so there is no need to also add them under `nautobot.db`. You...