Remove noop NodeResolver
The noop NodeResolver has been removed in 1.0.0. See: - https://github.com/spiffe/spire/pull/2189 Signed-off-by: Wolodja Wentland <wolodja.wentland@control-plane.io>
This commit is contained in:
parent
0f83cc9ce7
commit
81e19a0bd3
|
|
@ -376,10 +376,6 @@ plugins {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
NodeResolver "noop" {
|
|
||||||
plugin_data {}
|
|
||||||
}
|
|
||||||
|
|
||||||
KeyManager "memory" {
|
KeyManager "memory" {
|
||||||
plugin_data = {}
|
plugin_data = {}
|
||||||
}
|
}
|
||||||
|
|
@ -438,10 +434,6 @@ plugins {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
NodeResolver "noop" {
|
|
||||||
plugin_data {}
|
|
||||||
}
|
|
||||||
|
|
||||||
KeyManager "memory" {
|
KeyManager "memory" {
|
||||||
plugin_data = {}
|
plugin_data = {}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -41,10 +41,6 @@ plugins {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
NodeResolver "noop" {
|
|
||||||
plugin_data {}
|
|
||||||
}
|
|
||||||
|
|
||||||
KeyManager "memory" {
|
KeyManager "memory" {
|
||||||
plugin_data = {}
|
plugin_data = {}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -41,10 +41,6 @@ plugins {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
NodeResolver "noop" {
|
|
||||||
plugin_data {}
|
|
||||||
}
|
|
||||||
|
|
||||||
KeyManager "memory" {
|
KeyManager "memory" {
|
||||||
plugin_data = {}
|
plugin_data = {}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -57,10 +57,6 @@ data:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
NodeResolver "noop" {
|
|
||||||
plugin_data {}
|
|
||||||
}
|
|
||||||
|
|
||||||
KeyManager "disk" {
|
KeyManager "disk" {
|
||||||
plugin_data {
|
plugin_data {
|
||||||
keys_path = "/run/spire/data/keys.json"
|
keys_path = "/run/spire/data/keys.json"
|
||||||
|
|
|
||||||
|
|
@ -56,10 +56,6 @@ data:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
NodeResolver "noop" {
|
|
||||||
plugin_data {}
|
|
||||||
}
|
|
||||||
|
|
||||||
KeyManager "disk" {
|
KeyManager "disk" {
|
||||||
plugin_data {
|
plugin_data {
|
||||||
keys_path = "/run/spire/data/keys.json"
|
keys_path = "/run/spire/data/keys.json"
|
||||||
|
|
|
||||||
|
|
@ -43,10 +43,6 @@ data:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
NodeResolver "noop" {
|
|
||||||
plugin_data {}
|
|
||||||
}
|
|
||||||
|
|
||||||
KeyManager "disk" {
|
KeyManager "disk" {
|
||||||
plugin_data {
|
plugin_data {
|
||||||
keys_path = "/run/spire/data/keys.json"
|
keys_path = "/run/spire/data/keys.json"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue