File tree 1 file changed +15
-1
lines changed
1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
- # Documentation for Setec
1
+ # setec
2
+
3
+ Setec is a lightweight secrets management service that uses Tailscale for access control.
4
+
5
+ > [ !IMPORTANT]
6
+ > File issues in our [ primary open source repository] ( https://github.com/tailscale/tailscale/issues ) .
2
7
3
8
## Table of Contents
4
9
5
10
- [ Background] ( #background )
11
+ - [ Get started] ( #get-started )
6
12
- [ API Overview] ( #api-overview )
7
13
- [ Basic Operations] ( #basic-operations )
8
14
- [ Current Active Versions] ( #current-active-versions )
14
20
- [ Automatic Updates] ( #automatic-updates )
15
21
- [ Bootstrapping and Availability] ( #bootstrapping-and-availability )
16
22
- [ Testing] ( #testing )
23
+
24
+ ### Additional documentation
25
+
17
26
- [ API documentation] ( api.md )
18
27
- [ Running a setec server] ( server.md )
19
28
@@ -44,9 +53,14 @@ surface for managing secrets in third-party deployment environments: All the
44
53
secrets are stored in one place, with access controls and audit logs to allow
45
54
forensics in the event of a compromise.
46
55
56
+ ## Get started
57
+
58
+ To set up a setec server, follow the instructions in [ Running a setec server] ( server.md ) .
47
59
48
60
## API Overview
49
61
62
+ See also the [ full API documentation] ( api.md ) .
63
+
50
64
A ** secret** in ` setec ` is a named collection of values. Each value is an
51
65
arbitrary byte string identified by an integer ** version number** .
52
66
You can’t perform that action at this time.
0 commit comments