GithubHelp home page GithubHelp logo

Comments (9)

stevehipwell avatar stevehipwell commented on July 23, 2024 1

@Jasper-Ben do you want to try the latest release?

from helm-charts.

stevehipwell avatar stevehipwell commented on July 23, 2024 1

Could you try again?

from helm-charts.

Jasper-Ben avatar Jasper-Ben commented on July 23, 2024 1

@stevehipwell Nice! That seems to have done the trick on the CA front. However, now I'm back to LDAP issues... I assume groupIdAttribute should not fail, as I have mapGroupAsRolesType set to "dynamic"?

P.S.: I am going to move this into a new issue.

P.P.S.: Nevermind, I had an error in my LDAP config. works now 👍

Thanks a lot for your help!

from helm-charts.

stevehipwell avatar stevehipwell commented on July 23, 2024

@Jasper-Ben could you show what values you're using and the structure of the secret?

from helm-charts.

Jasper-Ben avatar Jasper-Ben commented on July 23, 2024

Hi @stevehipwell,
the secret looks like this:

Name:         ca-certs
Namespace:    nexus3
Labels:       <none>
Annotations:  <none>

Type:  Opaque

Data
====
legacy-rsa-ca:  1773 bytes
secure-es-ca:   1314 bytes
secure-rsa-ca:  2464 bytes

The data is created from PEM CA files:

[jasper@pc-891 nexus3]$ file secure-rsa-ca.crt 
secure-rsa-ca.crt: PEM certificate

Created from within terraform:

resource "kubernetes_secret" "ca-certs" {
    metadata {
        name        = "ca-certs"
        namespace   = rancher2_namespace.nexus3.id
    }
    data = {
        "legacy-rsa-ca" = "${file("${path.module}/legacy-rsa-ca.crt")}"
        "secure-rsa-ca" = "${file("${path.module}/secure-rsa-ca.crt")}"
        "secure-es-ca"  = "${file("${path.module}/secure-ec-ca.crt")}"
    }
}

from helm-charts.

stevehipwell avatar stevehipwell commented on July 23, 2024

@Jasper-Ben could you add the full logs from the ca-certs init container? I suspect it's something to do with the file system bug that I fixed and can probably be fixed by swapping the init container order.

from helm-charts.

Jasper-Ben avatar Jasper-Ben commented on July 23, 2024

@stevehipwell the ca-certs container's log only contains

Certificate was added to keystore 
Certificate was added to keystore 
Certificate was added to keystore 

from helm-charts.

Jasper-Ben avatar Jasper-Ben commented on July 23, 2024

@stevehipwell Unfortunately still errors 😞

from helm-charts.

Jasper-Ben avatar Jasper-Ben commented on July 23, 2024

just in case: here is my current values.yml. Hope it helps

from helm-charts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.