pavanfhw
pavanfhw
**Describe your question/** I am using Authentik LDAP outpost. I am configuring LDAP authentication on a service and it has a variable called `AUTH_LDAP_GROUP_TYPE` so it can search groups. I...
Has anyone been able to build a docker image with the latest version? The dockerfile in ops/docker is not up to date right? Why was only one image built 2...
I tried setting to allow all requests: ``` allowed_origins: - '*' ``` But I'm still getting the message `Aborting response due to origin not allowed`. What is the correct way?
### Long story short I only have a timer running in my kopf. Kopf starts, runs the timer once successfully and then crashes with the error `Resource observer has failed:...
I have an LDAP server for my Harbor installation authentication. I can login to the UI with no problems, although it is slow (around 20 seconds). But I can't login...
I have a cluster with 3 nodes and a linstor storageclass with the parameter `autoPlace` set to 2. Testing what happens on a node failure in the case one of...
I ran the following commands and the resources got stuck at Negotiating. The volumes seems to be working, because the pods are responding normally. ``` $ linstor resource list ╭───────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮...
In the rules(alert, plugins) function, how do I return all plugins except one (or many)? I'm having a bit of trouble dealing with the ordered dict. I tried making a...
**Describe the bug** I'm trying to follow this [page](https://docs.timescale.com/timescaledb/latest/how-to-guides/user-defined-actions/example-tiered-storage/#tiered-storage) to automate moving old data to different storage in Prometheus. But it is not working, I define the procedure and set...
**Describe the bug** I'm using timescaledb-single chart with prometheus (+promscale) I'm trying to create a data retention policy following [this](https://docs.timescale.com/timescaledb/latest/how-to-guides/data-tiering/move-data/#examples) and [this](https://docs.timescale.com/timescaledb/latest/how-to-guides/user-defined-actions/example-tiered-storage/#tiered-storage) For testing pourpuses, I created a tablespace then...