A Kubernetes operator that bridges Hardware Security Module (HSM) data storage with Kubernetes Secrets, providing true secret portability th
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix fmt

+1 -1
+1 -1
internal/modes/discovery/discovery.go
··· 17 17 package discovery 18 18 19 19 import ( 20 - "maps" 21 20 "context" 22 21 "encoding/json" 23 22 "flag" 24 23 "fmt" 24 + "maps" 25 25 "time" 26 26 27 27 // Import all Kubernetes client auth plugins (e.g. Azure, GCP, OIDC, etc.)