Skip to content

Commit bba974c

Browse files
committed
Expose FIPS compliance in GRPC client Version call response
1 parent 56524de commit bba974c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/control/v2/client/client.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ func (c *client) Version(ctx context.Context) (Version, error) {
300300
Commit: res.Commit,
301301
BuildTime: bt,
302302
Snapshot: res.Snapshot,
303+
Fips: res.Fips,
303304
}, nil
304305
}
305306

0 commit comments

Comments
 (0)