File tree Expand file tree Collapse file tree 7 files changed +7
-19
lines changed Expand file tree Collapse file tree 7 files changed +7
-19
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ module github.com/edgexfoundry/app-service-configurable
2
2
3
3
go 1.16
4
4
5
- require github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.66
5
+ require github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.67
Original file line number Diff line number Diff line change @@ -92,13 +92,11 @@ Type = "consul"
92
92
Type = ' vault'
93
93
Host = ' localhost'
94
94
Port = 8200
95
- Path = ' /v1/secret/edgex/ app-functional-tests/'
95
+ Path = ' app-functional-tests/'
96
96
Protocol = ' http'
97
97
RootCaCertPath = ' '
98
98
ServerName = ' '
99
99
TokenFile = ' /tmp/edgex/secrets/app-functional-tests/secrets-token.json'
100
- AdditionalRetryAttempts = 10
101
- RetryWaitPeriod = " 1s"
102
100
[SecretStore .Authentication ]
103
101
AuthType = ' X-Vault-Token'
104
102
Original file line number Diff line number Diff line change @@ -101,13 +101,11 @@ Timeout = "30s"
101
101
Type = ' vault'
102
102
Host = ' localhost'
103
103
Port = 8200
104
- Path = ' /v1/secret/edgex/ app-http-export/'
104
+ Path = ' app-http-export/'
105
105
Protocol = ' http'
106
106
RootCaCertPath = ' '
107
107
ServerName = ' '
108
108
TokenFile = ' /tmp/edgex/secrets/app-http-export/secrets-token.json'
109
- AdditionalRetryAttempts = 10
110
- RetryWaitPeriod = " 1s"
111
109
[SecretStore .Authentication ]
112
110
AuthType = ' X-Vault-Token'
113
111
Original file line number Diff line number Diff line change @@ -109,13 +109,11 @@ Timeout = "30s"
109
109
Type = ' vault'
110
110
Host = ' localhost'
111
111
Port = 8200
112
- Path = ' /v1/secret/edgex/ app-mqtt-export/'
112
+ Path = ' app-mqtt-export/'
113
113
Protocol = ' http'
114
114
RootCaCertPath = ' '
115
115
ServerName = ' '
116
116
TokenFile = ' /tmp/edgex/secrets/app-mqtt-export/secrets-token.json'
117
- AdditionalRetryAttempts = 10
118
- RetryWaitPeriod = " 1s"
119
117
[SecretStore .Authentication ]
120
118
AuthType = ' X-Vault-Token'
121
119
Original file line number Diff line number Diff line change @@ -38,13 +38,11 @@ Type = "consul"
38
38
Type = ' vault'
39
39
Host = ' localhost'
40
40
Port = 8200
41
- Path = ' /v1/secret/edgex/ app-push-to-core/'
41
+ Path = ' app-push-to-core/'
42
42
Protocol = ' http'
43
43
RootCaCertPath = ' '
44
44
ServerName = ' '
45
45
TokenFile = ' /tmp/edgex/secrets/app-push-to-core/secrets-token.json'
46
- AdditionalRetryAttempts = 10
47
- RetryWaitPeriod = " 1s"
48
46
[SecretStore .Authentication ]
49
47
AuthType = ' X-Vault-Token'
50
48
Original file line number Diff line number Diff line change @@ -61,13 +61,11 @@ Timeout = "30s"
61
61
Type = ' vault'
62
62
Host = ' localhost'
63
63
Port = 8200
64
- Path = ' /v1/secret/edgex/ app-rules-engine/'
64
+ Path = ' app-rules-engine/'
65
65
Protocol = ' http'
66
66
RootCaCertPath = ' '
67
67
ServerName = ' '
68
68
TokenFile = ' /tmp/edgex/secrets/app-rules-engine/secrets-token.json'
69
- AdditionalRetryAttempts = 10
70
- RetryWaitPeriod = " 1s"
71
69
[SecretStore .Authentication ]
72
70
AuthType = ' X-Vault-Token'
73
71
Original file line number Diff line number Diff line change @@ -151,13 +151,11 @@ Timeout = "30s"
151
151
Type = ' vault'
152
152
Host = ' localhost'
153
153
Port = 8200
154
- Path = ' /v1/secret/edgex/ app-sample/'
154
+ Path = ' app-sample/'
155
155
Protocol = ' http'
156
156
RootCaCertPath = ' '
157
157
ServerName = ' '
158
158
TokenFile = ' /tmp/edgex/secrets/app-sample/secrets-token.json'
159
- AdditionalRetryAttempts = 10
160
- RetryWaitPeriod = " 1s"
161
159
[SecretStore .Authentication ]
162
160
AuthType = ' X-Vault-Token'
163
161
You can’t perform that action at this time.
0 commit comments