back-stack / showcase

The showcase implementation of The BACK stack
24 stars 20 forks source link

argo apps do not take in Github Token for auth #53

Open kurktchiev opened 8 months ago

kurktchiev commented 8 months ago

Currently, the github token is not being passed into the argo apps we generate. We should pass it in for both Audit tracking, and so we can support private repositories. This should be relatively easy either as a post Hub install step in porter or with a kyverno mutation (less desired)

kurktchiev commented 8 months ago

More specifically we need another parameter be added to the porter parameter list, as username back-stack does not work when dealing with PATs and internal orgs but requires an actual valid username.