Changelog
New Features
- d0e69cc feat: add method to get auth method
- 6700d0d feat: add support for postgres
- f6961cf feat: delete auth method
- 70e84be feat: delete users
- d5f7122 feat: disable and enable key expiry
- 3568764 feat: get machine details
- ba379e1 feat: list users
- f389394 feat: lock database when migrating
- 4234c5e feat: login as system admin using oidc
- 49e5c79 feat: make system admin key optional
- 82a28e3 feat: read control and legacy control key from environment
- 0d5ffa9 feat: read keys from config file
- a94e0ce feat: remove auth-filter in favor of a new IAM Policy setup
- 25ee5a2 feat: save current tailnet for subsequent requests
- bbe9d16 feat: user auth
- 12eb258 feat: user roles
Bug fixes
- d735974 fix: add csrf and remove need of a cache
- 7976e7a fix: add env variable for enabling acme
- 5fdde45 fix: add some more information and checks on cli flags
- eefa150 fix: check if an auth method is available when authenticating with the cli
- 409dd3a fix: exclude 'service' users in list
- df02644 fix: expiration timestamp and disable flag
- f225f42 fix: foreign key violation when deleting tailnet
- 32c396a fix: incorrect json tag
- 41827dc fix: increase poll frequency when waiting for authentication
- 1715eb6 fix: remove whitespace when printing new key
- 0756de5 fix: send dns update correctly
- 58e1f38 fix: type safe acl policy in api
- 7db10b5 fix: update expiration date when authentication is succesful
- 550febc fix: use abs path, giving a proper error when file does not exists
Other work
- 3c50d48 Create CONTRIBUTING.md