Skip to content

Commit 67d74eb

Browse files
committed
fixing BoolOption schema to work as computed values
1 parent 7416542 commit 67d74eb

File tree

5 files changed

+1963
-1989
lines changed

5 files changed

+1963
-1989
lines changed

api/proto/teleport/legacy/types/types.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -3090,7 +3090,7 @@ message RoleOptions {
30903090
deprecated = true,
30913091
(gogoproto.nullable) = true,
30923092
(gogoproto.jsontag) = "port_forwarding,omitempty",
3093-
(gogoproto.customtype) = "NullBoolOption"
3093+
(gogoproto.customtype) = "BoolOption"
30943094
];
30953095

30963096
// CertificateFormat defines the format of the user certificate to allow

0 commit comments

Comments
 (0)