Victor Laborie

Results 12 comments of Victor Laborie

Hello, I have a similar problem for an otel-collector configmap with some variables to substitute and other not, in the same file. As a workaround, you can double `$` for...

Hello, I have the same issue, i mount a Kubernetes ConfigMap as directory to `/config/endpoints.d` and my ConfigMap contains multiple files with distinct endpoints config, eg: ~~~ --- apiVersion: v1...

Hi @negwu01, That hasn't been included to Vault to my knowledge. As a workaround, i use an **OpenJDK** **initContainers** to create **PKCS12** keystore and truststore from TLS secret created by...

I think there is also a bug in **tag** parsing or **digest** adding. I use **docker:pinDigests** preset but **pinDigests** for **flux** manager try to do this for **OCIRepository**: ~~~ ref:...

@onedr0p Yes i known, but Docker ignore tag either if a digest is present but pinDigests still update tags **and** digests for Docker manager. - Tag is useful for human...

I have the same problem with `IpamIpRangesList` and `no value given for required property prefix_count`. I think the error in on the response parsing, `role.prefix_count` in my case (`vrf.prefix_count` in...

I think this the same problem from #177

Hi @ssddanbrown, Yes that's what i do. This is very usefull because the fetching process is fully automated. I just need to create an S3 bucket and an S3 policy...

Hi, You can define logout redirect URIs with **Client.Attributes**, eg: ~~~ clientID := "exampleclient" c := &gocloak.Client{ ClientID: &clientID, } logoutURIs := []string{"/logout", "/example"} attr := make(map[string]string) attr["post.logout.redirect.uris"] = strings.Join(logoutURIs,...

It's seems you can configure every attributes configurable by Keycloak admin UI like this, and even add custom one.