We have a script that auto-deploys (e.g updates) our code. How should it authenticate? should we create a user for it (we do not want to use one of our usernames and passwords, obviously)? Or is there a way to specify this project as readable without the need to authenticate?
|
1
|
Have you considered using KilnAuth, available from the Resources/Kiln Client and Tools page of Kiln? KilnAuth saves an authentication cookie, not your actual username or password, so that is never exposed. The cookie is saved to While there is still authentication involved (and a cookie that you want to protect), it’s far preferable to storing your username/password or to making the repository world-readable. |
||||||||||||
|