File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,12 +8,16 @@ It can be used to validate push/pull and registration us users for you private r
88
99###Configuring
1010
11- prop.public_key the private key, should be the content not file location
12- prop.private_key the public key, should be the content not file location
13- prop.audience audience that is registered in the registry (server name of registry)
14- prop.issuer issuer that is registered in the registry (server name of this server)
15- prop.log_level array of log levels to display
16- prop.log_file log file for logging , if non is given it will use stdout
11+
12+ property | description
13+ ---------|-------------
14+ prop.public_key | the private key, should be the content not file location
15+ prop.private_key | the public key, should be the content not file location
16+ prop.audience | audience that is registered in the registry (server name of registry)
17+ prop.issuer | issuer that is registered in the registry (server name of this server)
18+ prop.log_level | array of log levels to display
19+ prop.log_file | log file for logging , if non is given it will use stdout
20+
1721
1822the config should be given as argument with the constructor:
1923
You can’t perform that action at this time.
0 commit comments