aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.go b/main.go
index aedcfb7..713c697 100644
--- a/main.go
+++ b/main.go
@@ -1,5 +1,9 @@
package main
+// @FIXME: Implement a real permission system: limit read/write scope/attributes, possibly based on group membership
+// @FIXME: Implement missing search filters (in applyFilter)
+// @FIXME: Add an initial prefix to the consul key value
+
import (
"encoding/base64"
"encoding/json"