Skip to content

Commit

Permalink
Merge branch 'master' into jiashunliu/ss-cve
Browse files Browse the repository at this point in the history
  • Loading branch information
jiashun0011 authored Mar 13, 2024
2 parents b788753 + 3ba7413 commit f4df294
Show file tree
Hide file tree
Showing 22 changed files with 70 additions and 90 deletions.
2 changes: 1 addition & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @juan-lee @cameronmeissner @UtheMan @ganeshkumarashok @anujmaheshwari1 @AlisonB319 @Devinwong @lilypan26 @ShiqianTao @AbelHu @junjiezhang1997
* @juan-lee @cameronmeissner @UtheMan @ganeshkumarashok @anujmaheshwari1 @AlisonB319 @Devinwong @lilypan26 @ShiqianTao @AbelHu @junjiezhang1997 @jason1028kr
2 changes: 1 addition & 1 deletion pkg/proto/nbcontract/v1/apiserverconfig.pb.go

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

2 changes: 1 addition & 1 deletion pkg/proto/nbcontract/v1/config.pb.go

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

2 changes: 1 addition & 1 deletion pkg/proto/nbcontract/v1/containerdconfig.pb.go

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

2 changes: 1 addition & 1 deletion pkg/proto/nbcontract/v1/customcatrustconfig.pb.go

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

2 changes: 1 addition & 1 deletion pkg/proto/nbcontract/v1/customcloudconfig.pb.go

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

2 changes: 1 addition & 1 deletion pkg/proto/nbcontract/v1/customlinuxosconfig.pb.go

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

2 changes: 1 addition & 1 deletion pkg/proto/nbcontract/v1/customsearchdomainconfig.pb.go

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

2 changes: 1 addition & 1 deletion pkg/proto/nbcontract/v1/featurestate.pb.go

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

2 changes: 1 addition & 1 deletion pkg/proto/nbcontract/v1/gpuconfig.pb.go

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

2 changes: 1 addition & 1 deletion pkg/proto/nbcontract/v1/httpproxyconfig.pb.go

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

2 changes: 1 addition & 1 deletion pkg/proto/nbcontract/v1/identityconfig.pb.go

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

2 changes: 1 addition & 1 deletion pkg/proto/nbcontract/v1/kubebinaryconfig.pb.go

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

2 changes: 1 addition & 1 deletion pkg/proto/nbcontract/v1/kubeletconfig.pb.go

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

2 changes: 1 addition & 1 deletion pkg/proto/nbcontract/v1/loadbalancerconfig.pb.go

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

2 changes: 1 addition & 1 deletion pkg/proto/nbcontract/v1/networkconfig.pb.go

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

2 changes: 1 addition & 1 deletion pkg/proto/nbcontract/v1/nodepoolprofile.pb.go

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

2 changes: 1 addition & 1 deletion pkg/proto/nbcontract/v1/runcconfig.pb.go

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

2 changes: 1 addition & 1 deletion pkg/proto/nbcontract/v1/teleportconfig.pb.go

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

107 changes: 45 additions & 62 deletions pkg/proto/nbcontract/v1/tlsbootstrappingconfig.pb.go

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

11 changes: 4 additions & 7 deletions pkg/proto/nbcontract/v1/tlsbootstrappingconfig.proto
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
syntax = "proto3";
package nbcontract.v1;
import "pkg/proto/nbcontract/v1/featurestate.proto";

message TLSBootstrappingConfig {
// discuss whether this should be featureState or bool
// understand how defaulting works for enum, because we want default to be false
FeatureState tls_bootstrapping_status = 1; // need to review the relationship between tls_bootstrapping_status and secure_tls_bootstrapping_status. For example, if they are multually exclusive, then we should use oneof
FeatureState secure_tls_bootstrapping_status = 2;
string tls_bootstrap_token = 3; // Only required until Secure TLS bootstrapping in place. Would use kubelet identity after that.
string custom_secure_tls_bootstrap_appserver_appid = 4; // will follow up with the feature owner to see if this should be optional
optional bool enable_secure_tls_bootstrapping = 1;
string tls_bootstrap_token = 2; // Only required until Secure TLS bootstrapping in place. Would use kubelet identity after that.
string custom_secure_tls_bootstrap_appserver_appid = 3; // Only used when secure TLS bootstrapping is enabled
}
4 changes: 2 additions & 2 deletions vhdbuilder/packer/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ installAndConfigureArtifactStreaming() {
# arguments: package name, package extension
PACKAGE_NAME=$1
PACKAGE_EXTENSION=$2
MIRROR_PROXY_VERSION='0.2.7'
MIRROR_PROXY_VERSION='0.2.8'
MIRROR_DOWNLOAD_PATH="./$1.$2"
MIRROR_PROXY_URL="https://acrstreamingpackage.blob.core.windows.net/bin/${MIRROR_PROXY_VERSION}/${PACKAGE_NAME}.${PACKAGE_EXTENSION}"
retrycmd_curl_file 10 5 60 $MIRROR_DOWNLOAD_PATH $MIRROR_PROXY_URL || exit ${ERR_ARTIFACT_STREAMING_DOWNLOAD}
Expand All @@ -193,7 +193,7 @@ if [ $OS == $UBUNTU_OS_NAME ] && [ $(isARM64) != 1 ] && [ $UBUNTU_MAJOR_VERSION
installAndConfigureArtifactStreaming acr-mirror-${UBUNTU_RELEASE//.} deb
fi

if [ $OS == $MARINER_OS_NAME ] && [ $OS_VERSION == "2.0" ] && [ $(isARM64) != 1 ] && [[ ${ENABLE_FIPS,,} != "true" ]]; then
if [ $OS == $MARINER_OS_NAME ] && [ $OS_VERSION == "2.0" ] && [ $(isARM64) != 1 ]; then
installAndConfigureArtifactStreaming acr-mirror-mariner rpm
fi

Expand Down

0 comments on commit f4df294

Please sign in to comment.