Skip to content

Commit

Permalink
optional
Browse files Browse the repository at this point in the history
  • Loading branch information
timmy-wright committed Nov 4, 2024
1 parent 170c2e7 commit 3e6563a
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 47 deletions.
95 changes: 51 additions & 44 deletions pkg/proto/aksnodeconfig/v1/tlsbootstrappingconfig.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pkg/proto/aksnodeconfig/v1/tlsbootstrappingconfig.proto
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ message TLSBootstrappingConfig {
ClusterJoinMethod cluster_join_method = 2;

// Only required until Secure TLS bootstrapping in place. Would use kubelet identity after that.
string tls_bootstrapping_token = 3;
optional string tls_bootstrapping_token = 3;

// Only used when secure TLS bootstrapping is enabled or one of the Azure/Arc methods. This is the appserver appid that the node will use to bootstrap.
string custom_aad_resource = 4;
optional string custom_aad_resource = 4;

// Only used when one of the Azure/Arc methods is enabled. This is the client ID of the MSI that the node will use to bootstrap.
string custom_aad_client_id = 5;
optional string custom_aad_client_id = 5;
}

0 comments on commit 3e6563a

Please sign in to comment.