MCPcopy Index your code
hub / github.com/zalando/skipper / Add

Method Add

secrets/file.go:32–32  ·  view source on GitHub ↗

Add adds the given source that contains a secret to the automatically updated secrets store

(string)

Source from the content-addressed store, hash-verified

30 // Add adds the given source that contains a secret to the
31 // automatically updated secrets store
32 Add(string) error
33}
34
35type secretMap map[string][]byte

Callers 15

TestMTLS_ProxyToBackendFunction · 0.65
waitMethod · 0.65
deleteUnusedMethod · 0.65
TestFifoChangesFunction · 0.65
TestGetEncrypterFunction · 0.65
createDummyCertDetailFunction · 0.65
TestCertRegistryFunction · 0.65
addRequestHeaderFunction · 0.65
addResponseHeaderFunction · 0.65
benchmarkRequestFunction · 0.65
etcdRequestMethod · 0.65

Implementers 3

SecretPathssecrets/file.go
ClusterLeakyBucketValkeyratelimit/leakybucket_valkey.go
ClusterLeakyBucketratelimit/leakybucket_redis.go

Calls

no outgoing calls

Tested by 15

TestMTLS_ProxyToBackendFunction · 0.52
TestFifoChangesFunction · 0.52
TestGetEncrypterFunction · 0.52
createDummyCertDetailFunction · 0.52
TestCertRegistryFunction · 0.52
benchmarkRequestFunction · 0.52
TestRoutesCachingFunction · 0.52
TestOTelMeasureSinceFunction · 0.52