D10S0VSkY-OSS / Stack-Lifecycle-Deployment

OpenSource self-service infrastructure solution that defines and manages the complete lifecycle of resources used and provisioned into a cloud! It is a terraform UI with rest api for terraform and OpenTofu automation
MIT License
229 stars 34 forks source link

How to input git token in SLD #279

Open duttadeepanjan opened 3 days ago

duttadeepanjan commented 3 days ago

I have a terraform repo which is configured with HTTP access token for pull, Now if I do "git clone" I need to input the token manually on my linux box. How/where do I enter the token in SLD while creating a stack ?

duttadeepanjan commented 2 days ago

Follow these arguments to replace with your special cases if they are creating an issue:

! # $ & ' ( ) * + , / : ; = ? @ [ ]

%21 %23 %24 %26 %27 %28 %29 %2A %2B %2C %2F %3A %3B %3D %3F %40 %5B %5D So for example:

Actual URL: https://usern@me:p@ssword@git/reponame.git

Solution URL to use: https://usern%40me:p%40ssword@git/reponame.git

duttadeepanjan commented 2 days ago

Now I am stuck at GIT _TIMEOUT