There was an error while loading. Please reload this page.
1 parent 2150b9e commit fb3bfb2Copy full SHA for fb3bfb2
1 file changed
jira.xml
@@ -14,6 +14,26 @@
14
</issue>
15
</kubernetification>
16
<immediate-backlog>
17
+ <issue>
18
+ ability for nexus to return encrypted secrets.
19
+ vsecm wants that.
20
+ </issue>
21
22
+ goes to spike sdk go
23
+ func Id() string {
24
+ id, err := crypto.RandomString(8)
25
+ if err != nil {
26
+ id = fmt.Sprintf("CRYPTO-ERR: %s", err.Error())
27
+ }
28
+ return id
29
30
31
32
+ VSecM should use spiffe.source too from SDK.
33
+ Also spiffe.source should have a timeout and err out if it cannot
34
+ acquire the source in a timely manner. The timeout should be
35
+ configurable from the environment options.
36
37
<issue>
38
func readPolicyFromFile(filePath string) (Spec, error) {
39
this function is in the wrong file!
0 commit comments