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:
Wolodja Wentland 2021-10-27 14:35:04 +01:00
parent 0f83cc9ce7
commit 81e19a0bd3
No known key found for this signature in database
GPG Key ID: D3963283E954A0C2
6 changed files with 0 additions and 28 deletions

View File

@ -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 = {}
} }

View File

@ -41,10 +41,6 @@ plugins {
} }
} }
NodeResolver "noop" {
plugin_data {}
}
KeyManager "memory" { KeyManager "memory" {
plugin_data = {} plugin_data = {}
} }

View File

@ -41,10 +41,6 @@ plugins {
} }
} }
NodeResolver "noop" {
plugin_data {}
}
KeyManager "memory" { KeyManager "memory" {
plugin_data = {} plugin_data = {}
} }

View File

@ -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"

View File

@ -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"

View File

@ -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"