Skip to content

Configure dex session timeout for argocd #2267

Answered by nabokihms
MikeK184 asked this question in Q&A
Discussion options

You must be logged in to vote

Hello!

  1. expiration settings should be on the same level as the settings of the connectors.
dex.config: |
    expiry: 
      idTokens: "5m"
      deviceRequests: "2m"
      signingKeys: "1m"
      refreshTokens:
        absoluteLifetime: "5m"
    connectors:
      - type: ldap
        id: ad
        name: Active-Directory
        config:
          host: XXX
          insecureSkipVerify: true
          bindDN: XXX
          bindPW: $ldap.bindPW
          userSearch:
            baseDN: XXX
            filter: "(objectClass=person)"
            username: userPrincipalName
            idAttr: DN
            emailAttr: mail
            nameAttr: sn
          groupSearch:
            baseDN: X…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@MikeK184
Comment options

Answer selected by MikeK184
Comment options

You must be logged in to vote
2 replies
@MikeK184
Comment options

@nabokihms
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants