Skip to content

Commit fb3bfb2

Browse files
committed
minor.
Signed-off-by: Volkan Özçelik <me@volkan.io>
1 parent 2150b9e commit fb3bfb2

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

jira.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,26 @@
1414
</issue>
1515
</kubernetification>
1616
<immediate-backlog>
17+
<issue>
18+
ability for nexus to return encrypted secrets.
19+
vsecm wants that.
20+
</issue>
21+
<issue>
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+
</issue>
31+
<issue>
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+
</issue>
1737
<issue>
1838
func readPolicyFromFile(filePath string) (Spec, error) {
1939
this function is in the wrong file!

0 commit comments

Comments
 (0)