We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c0b66b commit 98f601dCopy full SHA for 98f601d
e2e/scenario_test.go
@@ -171,9 +171,9 @@ func Test_Flatcar_SecureTLSBootstrapping_BootstrapToken_Fallback(t *testing.T) {
171
VHD: config.VHDFlatcarGen2,
172
BootstrapConfigMutator: func(nbc *datamodel.NodeBootstrappingConfiguration) {
173
nbc.SecureTLSBootstrappingConfig = &datamodel.SecureTLSBootstrappingConfig{
174
- Enabled: true,
175
- Deadline: (10 * time.Second).String(),
176
- AADResource: "https://management.azure.com/", // use an unexpected AAD resource to force a secure TLS bootstrapping failure
+ Enabled: true,
+ Deadline: (10 * time.Second).String(),
+ UserAssignedIdentityID: "invalid", // use an unexpected user-assigned identity ID to force a secure TLS bootstrapping failure
177
}
178
},
179
0 commit comments