Commit graph

25 commits

Author SHA1 Message Date
Tobie Morgan Hitchcock
17cecae390 Add ability to specific http scheme when connecting
Add ability to specific http scheme when connecting to a remote database, when import / exporting / running sql.
2017-11-24 20:07:31 +00:00
Tobie Morgan Hitchcock
b96cdc79dc Implement both TextMarshaler and TextUnmarshaler for codec
If a type only defines one-half of the symmetry (e.g. it implements MarshalJSON() but not UnmarshalJSON() ), then that type doesn't satisfy the codec encoding/decoding check and instead codec will not encode or decode the item using the special interface methods.
2017-11-24 10:54:21 +00:00
Tobie Morgan Hitchcock
2609d761be Improve web layer authentication and session process 2017-11-16 20:52:17 +00:00
Tobie Morgan Hitchcock
ed3b39b6ac Add sql command to the command line ui
Add sql command to the command line ui , useful for executing and processing an sql file against a local or remote database.
2017-11-16 19:54:36 +00:00
Tobie Morgan Hitchcock
6e223f5f08 Move authentication level constants to cnf package
Instead of defining the authentication level types as ints in the sql package, there is now a specific type which is now located in the cnf package.
2017-02-24 13:33:03 +00:00
Tobie Morgan Hitchcock
51dd3aa364 Implement syslog and google stackdriver logging 2017-02-22 14:48:22 +00:00
Tobie Morgan Hitchcock
1b5b3c9643 Cleanup configuration setting code 2017-02-22 09:00:59 +00:00
Tobie Morgan Hitchcock
05501ba79e Enable CIDR whitelisting for root authentication 2017-02-21 00:09:42 +00:00
Tobie Morgan Hitchcock
2c23ee3ffb Simplify cli start command arguments 2017-02-20 16:19:18 +00:00
Tobie Morgan Hitchcock
a3b9362adb Switch underlying KV store to rixxdb/dendrodb 2017-02-09 11:16:59 +00:00
Tobie Morgan Hitchcock
ac95aa1bcd Remove javascript language runtime 2017-02-02 00:07:45 +00:00
Tobie Morgan Hitchcock
2406256417 Process authentication auth data as map 2016-11-22 19:11:33 +00:00
Tobie Morgan Hitchcock
94c9631d91 Improve database authentication
Improve the database authentication implementation for namespaces, databases, and scopes.
2016-11-21 18:48:25 +00:00
Tobie Morgan Hitchcock
3ef9eef887 No need for global authentication token
Each namespace/database has it’s own jwt signing authentication token, so a global token for the whole of the database is now unecessary.
2016-11-17 08:47:46 +00:00
Tobie Morgan Hitchcock
fecc1c94b8 Add runtime language cli argument option 2016-09-06 11:19:35 +01:00
Tobie Morgan Hitchcock
7b03d6f05e Add remote data store connections with SSL 2016-07-19 12:05:11 +01:00
Tobie Morgan Hitchcock
1933b3e712 Encrypt serf communications 2016-07-18 23:02:10 +01:00
Tobie Morgan Hitchcock
330d834706 DIsable use of specific cli flag for certificate and private key as strings 2016-07-18 13:34:50 +01:00
Tobie Morgan Hitchcock
5dd01a22a2 Update command line options 2016-07-04 11:33:23 +01:00
Tobie Morgan Hitchcock
8c568e79a0 Improve global config options 2016-04-08 18:55:15 +01:00
Tobie Morgan Hitchcock
f1ee97cf8c Rename global configuration options object 2016-03-15 15:05:47 +00:00
Tobie Morgan Hitchcock
771fa64e22 Use only cockroachdb backend 2016-03-14 16:35:10 +00:00
Tobie Morgan Hitchcock
321776563f Add separate variables for authentication user and pass 2016-02-29 17:25:20 +00:00
Tobie Morgan Hitchcock
5289b8d17f Add Web GUI server endpoint 2016-02-27 12:04:53 +00:00
Tobie Morgan Hitchcock
79b756dde0 Add initial cli commands 2016-02-26 17:25:32 +00:00