operator-framework / operator-courier

Build, verify and push operators
Apache License 2.0
41 stars 53 forks source link

Documenting robot account #145

Open ctron opened 5 years ago

ctron commented 5 years ago

It might be worth documentation that you can also use a "robot account":

Assuming you have the following robot credentials: me+bot / 0123456789001234567890012345678900123456789001234567890012345678.

You can do:

TOKEN=$(echo -n "me+bot:0123456789001234567890012345678900123456789001234567890012345678" | base64 -w0)
operator-courier push <dir> <user> <repo> <version> "basic $TOKEN"