UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Enable specifying a secret for flux git creds

Merged Matt Dutton requested to merge feature/enable-git-creds into master
All threads resolved!

Add entrypoints into charts values.yaml for (in order):

  • using an existing secret for git credentials
  • create git-credentials from user defined username/password
  • create git-credentials from user defined privateKey/publicKey/knownHosts

if none of the above are specified, repositories will assume unauthenticated access

Edited by joshwolf

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
    • Resolved by joshwolf

      The only thing I think we should add is a check in the template to make sure just ONE of the three are set:

      1. secret
      2. login
      3. ssh key

      i can imagine a scenario where someone accidentally adds too much

  • joshwolf added 1 commit

    added 1 commit

    • 9ba468b1 - explicitly call out git credentials precedence

    Compare with previous version

  • joshwolf resolved all threads

    resolved all threads

  • joshwolf unmarked as a Work In Progress

    unmarked as a Work In Progress

  • merged

  • joshwolf mentioned in commit 8ca9e0c0

    mentioned in commit 8ca9e0c0

  • Please register or sign in to reply
    Loading