bitter-dentist-28132
09/04/2019, 8:16 PMsalmon-account-74572
09/04/2019, 8:20 PMearly-musician-41645
09/04/2019, 8:57 PMeks.Cluster
https://aws.amazon.com/blogs/opensource/introducing-fine-grained-iam-roles-service-accounts/quick-action-34599
09/04/2019, 10:12 PMfast-cricket-95212
09/05/2019, 12:40 AMfast-cricket-95212
09/05/2019, 4:44 AMbest-xylophone-83824
09/05/2019, 9:32 AMbest-xylophone-83824
09/05/2019, 10:02 AMsalmon-beard-79336
09/05/2019, 11:54 AMazure:keyvault:Certificate (test):
error: Plan apply failed: grpc: error while marshaling: proto: field "google.protobuf.Value.Kind" contains invalid UTF-8
const testCertificate = new azure.keyvault.Certificate("test", {
certificatePolicy: {
issuerParameters: {
name: "Self",
},
keyProperties: {
exportable: true,
keySize: 2048,
keyType: "RSA",
reuseKey: true,
},
lifetimeActions: [{
action: {
actionType: "AutoRenew",
},
trigger: {
daysBeforeExpiry: 30,
},
}],
secretProperties: {
contentType: "application/x-pkcs12",
},
x509CertificateProperties: {
// Server Authentication = 1.3.6.1.5.5.7.3.1
// Client Authentication = 1.3.6.1.5.5.7.3.2
extendedKeyUsages: ["1.3.6.1.5.5.7.3.1"],
keyUsages: [
"cRLSign",
"dataEncipherment",
"digitalSignature",
"keyAgreement",
"keyCertSign",
"keyEncipherment",
],
subject: `CN=*.${domainName}`,
subjectAlternativeNames: {
dnsNames: [
// "<http://internal.contoso.com|internal.contoso.com>",
// "domain.hello.world",
],
},
validityInMonths: 12,
},
},
keyVaultId: keyVault.id,
name: "generated-cert",
})
salmon-beard-79336
09/05/2019, 11:55 AMbig-nail-28315
09/05/2019, 2:21 PMquick-action-34599
09/05/2019, 2:58 PMquick-action-34599
09/05/2019, 2:58 PMsome-doctor-62800
09/05/2019, 2:59 PMsome-doctor-62800
09/05/2019, 2:59 PMquick-action-34599
09/05/2019, 3:17 PMquick-action-34599
09/05/2019, 3:17 PMquick-action-34599
09/05/2019, 3:21 PMquick-action-34599
09/05/2019, 3:22 PMquick-action-34599
09/05/2019, 3:23 PMbroad-dog-22463
09/05/2019, 3:23 PMbroad-dog-22463
09/05/2019, 3:23 PMquick-action-34599
09/05/2019, 3:23 PMbroad-dog-22463
09/05/2019, 3:24 PMquick-action-34599
09/05/2019, 3:38 PMgentle-diamond-70147
09/05/2019, 3:39 PMquick-action-34599
09/05/2019, 3:39 PMbitter-dentist-28132
09/05/2019, 3:52 PMwhite-balloon-205
09/05/2019, 5:02 PMbest-xylophone-83824
09/05/2019, 5:26 PMThe most magical thing about Pulumi, however, is that you get all the same predictability guarantees of an infrastructure as code tool, while still embracing general purpose languages.spot on from the blog post. when I spoke about pulumi with colleagues first reaction was that "normal programming language is not declarative" , and therefore it is dangerous to use
best-xylophone-83824
09/05/2019, 5:26 PMThe most magical thing about Pulumi, however, is that you get all the same predictability guarantees of an infrastructure as code tool, while still embracing general purpose languages.spot on from the blog post. when I spoke about pulumi with colleagues first reaction was that "normal programming language is not declarative" , and therefore it is dangerous to use
colossal-beach-47527
09/05/2019, 6:05 PMbrave-salesmen-42327
09/05/2019, 7:08 PMbitter-dentist-28132
09/05/2019, 7:30 PM