You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/framework-luna_security_provider.md
+63-5
Original file line number
Diff line number
Diff line change
@@ -19,12 +19,70 @@ When binding to the Luna Security Provider using a user-provided service, it mus
19
19
20
20
| Name | Description
21
21
| ---- | -----------
22
-
| `host` | The controller host name
23
-
| `host-certificate` | A PEM encoded host certificate
24
-
| `client-private-key` | A PEM encoded client private key
25
-
| `client-certificate` | A PEM encoded client certificate
22
+
| `client` | A hash containing client configuration
23
+
| `servers` | An array of hashes containing server configuration
24
+
| `groups` | An array of hashes containing group configuration
26
25
27
-
To provide more complex values such as the PEM certificates, using the interactive mode when creating a user-provided service will manage the character escaping automatically.
26
+
#### Client Configuration
27
+
| Name | Description
28
+
| ---- | -----------
29
+
| `certificate` | A PEM encoded client certificate
30
+
| `private-key` | A PEM encoded client private key
31
+
32
+
#### Server Configuration
33
+
| Name | Description
34
+
| ---- | -----------
35
+
| `certificate` | A PEM encoded server certificate
36
+
| `name` | A host name or address
37
+
38
+
#### Group Configuration
39
+
| Name | Description
40
+
| ---- | -----------
41
+
| `label` | The label for the group
42
+
| `members` | An array of group member serial numbers
For general information on configuring the buildpack, including how to specify configuration values through environment variables, refer to [Configuration and Extension][].
0 commit comments