keybase / bot-sshca

A chat bot that can manage your team's SSH accounts
BSD 3-Clause "New" or "Revised" License
222 stars 30 forks source link

Have kssh validate that kssh and keybaseca cannot run as the same user #60

Closed ddworken closed 4 years ago

ddworken commented 4 years ago

It is already documented that they have to run as distinct users and keybaseca logs an error message if it detects it, but adding a warning to kssh will also help reduce the time it takes for people to realize this.

Also bumps the version to 1.1.0. I haven't been updating it with every PR since there have been a bunch of changes over the last couple weeks. But at this point I think it is worth a minor version bump to signify the docs changes, the logging changes, and all the extra validation that goes on. Not bumping major since there aren't any breaking changes.