1
0
Fork 0

4544 Commits (d4aab3316322697857cc37d238e9d4358b6362d2)
 

Author SHA1 Message Date
Philip O'Toole 3afa2ce80a Stick with simple proto
The proto was not well designed in the first place, but it's better to
deal with it as-is, and wait until another major release to fix it.
2 years ago
Philip O'Toole 08af993b46
Merge pull request #1058 from rqlite/error-on-unroutable
Terminate if any advertised address is unroutable
2 years ago
Philip O'Toole 7211e4d93b
Merge pull request #1057 from ngharrington/nharrington-forward-creds
WIP TCP service auth
2 years ago
Philip O'Toole 9c38903bb4 CHANGELOG 2 years ago
Philip O'Toole 1ca5ce2cd0 Better error message 2 years ago
Philip O'Toole 8697fcad57 Terminate if any advertised address is unroutable 2 years ago
Neal Harrington f750f78558 Remove test logs 2 years ago
Neal Harrington e4a810d7ea Treat error from rpc response as a first class object, delineate error types a bit, use this data to check auth when forward from http 2 years ago
Philip O'Toole 8873141904
Update QUEUED_WRITES.md 2 years ago
Philip O'Toole 92bc6b02f0
Update RESTORE_FROM_SQLITE.md 2 years ago
Neal Harrington c0b1b6c762 write some tests, make them pass 2 years ago
Neal Harrington 19740954f6 Handle http responses for unauthorized in the same way as is currently done 2 years ago
Neal Harrington 79f631f6f0 Handle case where error is nil properly 2 years ago
Neal Harrington 2226083273 Implement handling of error unauthorized by client forwarding request to remote tcp service. Bubble this up as a 401 to the caller 2 years ago
Neal Harrington 563cbda013 remove some println statements 2 years ago
Neal Harrington 8921ee002e Clean up unncessary conditional. Add explicit auth/ tests for empty credentials/anonymous case 2 years ago
Neal Harrington 7cceb822a4 First things 2 years ago
Neal Harrington d2be7eceb6 Merge remote-tracking branch 'origin/master' into nharrington-forward-creds 2 years ago
Philip O'Toole f3ad4652dd
Update RESTORE_FROM_SQLITE.md 2 years ago
Philip O'Toole ae1f9b464f No magic strings 2 years ago
Philip O'Toole d9b2e0b2fa WIP creds forwarding 2 years ago
Philip O'Toole 7f6acb95cc
7.6.0 is going out 2 years ago
Philip O'Toole 3fd355e92b
Merge pull request #1055 from rqlite/read-only-join
Add Read-only join permission
2 years ago
Philip O'Toole ecae9dd2c2 Update CHANGELOG and docs 2 years ago
Philip O'Toole 24786d2803 More Join unit tests 2 years ago
Philip O'Toole b703bc26ce Unit test read-only join permission enforcement 2 years ago
Philip O'Toole c59adee7cb Add Read-only join permission 2 years ago
Philip O'Toole 348b49c757
Update CLUSTER_MGMT.md 2 years ago
Philip O'Toole dff9a0e7bc
Merge pull request #1054 from rqlite/factor-atuh
Refactor auth checking
2 years ago
Philip O'Toole 66df343e85 Fix up Credential Store mock 2 years ago
Philip O'Toole 0928d3ecad Interfaces have to be checked for nil 2 years ago
Philip O'Toole ae27f5aee2 Copy nil credential store behaviour 2 years ago
Philip O'Toole d289da5feb Refactor auth checking 2 years ago
Philip O'Toole c13574137a
Merge pull request #1053 from rqlite/move-perm-to-creds
Move Perm constants to auth package
2 years ago
Philip O'Toole 288d97b241 Move Perm constants to auth package
Makes it cleaner to re-use them outside of HTTP package.
2 years ago
Philip O'Toole faae93da14
Merge pull request #1052 from rqlite/remove-not-needed
Remove unnecessary interface call
2 years ago
Philip O'Toole 17a159cb88 Remove unnecessary interface call 2 years ago
Philip O'Toole ee38853dee
Log Go version 2 years ago
Philip O'Toole d18c5c5312
Update READ_ONLY_NODES.md 2 years ago
Philip O'Toole b28816d606 Build ARM and ARM64 releases 2 years ago
Philip O'Toole 1d08b054c5
Merge pull request #1049 from rqlite/ignore-freshness-on-leader
Ignore freshness when serving queries on Leader
2 years ago
Philip O'Toole 9dbf590634 Better unit test 2 years ago
Philip O'Toole 5690b72cfa Fix CHANGELOG 2 years ago
Philip O'Toole e08fb33611 Update CHANGELOG 2 years ago
Philip O'Toole 160d6eb5c4 Even more doc updates 2 years ago
Philip O'Toole 3b24aad742 More doc updates 2 years ago
Philip O'Toole 7fbe1be491 Update docs 2 years ago
Philip O'Toole dc2b9f5b6f Ignore freshness when serving queries on Leader
It doesn't make sense to check the last leader-contact time when the
node itself is the leader. Any read, when served by the leader, is going
to be within the freshness bound.

Fixes https://github.com/rqlite/rqlite/issues/1048
2 years ago
Philip O'Toole 966568b793
Update CONSISTENCY.md 2 years ago
Philip O'Toole 44693a3ec7
Update FAQ.md 2 years ago