Remove remaining gRPC references with additional tests

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2026-03-21 21:42:16 -06:00
parent 4cc6d03f2f
commit c2cfe513d7
21 changed files with 339 additions and 4332 deletions

View File

@@ -1,9 +0,0 @@
# Configuration for wwapic, the grpc wwapi client.
api:
server: localhost
port: 9872
tls:
enabled: true
cert: @SYSCONFDIR@/warewulf/keys/wwapic/client.pem
key: @SYSCONFDIR@/warewulf/keys/wwapic/client.key
cacert: @SYSCONFDIR@/warewulf/keys/wwapic/cacert.pem

View File

@@ -1,10 +0,0 @@
# Configuration for wwapird, the wwapi grpc server.
api:
version: 1.0.0
prefix: v1
port: 9872
tls:
enabled: true
cert: @SYSCONFDIR@/warewulf/keys/wwapid/server.pem
key: @SYSCONFDIR@/warewulf/keys/wwapid/server.key
cacert: @SYSCONFDIR@/warewulf/keys/wwapid/cacert.pem

View File

@@ -1,20 +0,0 @@
# Configuration for wwapird, the grpc / http reverse proxy REST server.
# This server allows one to curl the wwapi.
clientapi:
server: localhost
port: 9872
serverapi:
version: ignored
prefix: ignored
port: 9871
clienttls:
enabled: true
cert: @SYSCONFDIR@/warewulf/keys/wwapird/client.pem
key: @SYSCONFDIR@/warewulf/keys/wwapird/client.key
cacert: @SYSCONFDIR@/warewulf/keys/wwapird/cacert.pem
servertls:
enabled: true
cert: ignored
key: @SYSCONFDIR@/warewulf/keys/server.key
cacert: ignored
concatcert: @SYSCONFDIR@/warewulf/keys/serverAndCacert.pem # This is a cat of server.pem and cacert.pem