icy-dress-83371
05/08/2019, 2:59 PMSP creating error: Plan apply failed: graphrbac.ApplicationsClient#Create: Failure responding to request: StatusCode=403 -- Original Error: autorest/azure: Service returned an error. Status=403 Code="Unknown" Message="Unknown service error" Details=[{"odata.error":{"code":"Authorization_RequestDenied","date":"2019-05-07T14:22:29","message":{"lang":"en","value":"Insufficient privileges to complete the operation."},"requestId":"6df1d82f-17bb-48da-94d7-8dd03e6a39fa"}}]
chilly-photographer-60932
05/08/2019, 3:26 PMquick-action-34599
05/08/2019, 5:28 PMsalmon-account-74572
05/08/2019, 8:13 PMgetAmi
function. (I freely admit this could be due to my lack of experience with JavaScript.) Here's the code in question:
const bionicAmi = aws.getAmi({
filter: [
{ name: "name", values: "ubuntu/images/hvm-ssd/ubuntu-bionic-18.04-amd64-server*" },
{ name: "virtualization-type", values: "hvm" },
{ name: "root-device-type", values: "ebs" },
],
mostRecent: true,
owners: [ "099720109477" ],
});
Using this set of filters with the AWS CLI works perfectly, but here it returns a completely different AMI. What am I missing?stocky-spoon-28903
05/08/2019, 8:15 PMsalmon-account-74572
05/08/2019, 8:20 PMsalmon-account-74572
05/08/2019, 8:20 PMsalmon-account-74572
05/08/2019, 8:55 PMgetAmi
function above was a typo. It's filters
, not filter
. Argh.early-musician-41645
05/08/2019, 11:06 PMpulumi up
and it's bombing out with this error. Any ideas what's going on and how to fix this?quick-action-34599
05/09/2019, 1:52 AMquick-action-34599
05/09/2019, 1:52 AMquick-action-34599
05/09/2019, 1:55 AMquick-action-34599
05/09/2019, 1:55 AMquick-action-34599
05/09/2019, 2:37 AMcolossal-room-15708
05/09/2019, 3:24 AMazure:storage:Blob (vmshutdownpolicystorageblob):
error: Plan apply failed: Error creating storage blob on Azure: Error opening source file for upload "./functions/build/functionapp.zip": open ./functions/build/functionapp.zip: no such file or directory
that pulumi still uploads a file with size 0?gray-elephant-37695
05/09/2019, 6:08 AMrapid-eye-32575
05/09/2019, 8:39 AMRandomString
from @pulumi/random
)? Or do I have to forbear to do that and instead generate all secrets beforehand and add them to the config with pulumi config --secret set ...
?better-rainbow-14549
05/09/2019, 10:28 AMgifted-engine-92308
05/09/2019, 10:45 AMpulumi login --local
I get the following error : error: problem logging in: unable to open bucket file://C:%!C(MISSING)Users%!C(MISSING)username: open blob.Bucket: parse file://C:%!C(MISSING)Users%!C(MISSING)username: invalid URL escape "%!C(MISSING)"
better-rainbow-14549
05/09/2019, 10:52 AMbetter-rainbow-14549
05/09/2019, 10:52 AMgifted-engine-92308
05/09/2019, 11:45 AMquick-action-34599
05/09/2019, 2:14 PMbinaryMediaTypes
apigateway setting set to */*
. I tried adding that to the base64 one but it didn’t start working, and pulumi removes the setting when I pulumi up
.orange-tailor-85423
05/09/2019, 4:08 PMorange-tailor-85423
05/09/2019, 4:08 PMadventurous-night-54654
05/09/2019, 5:30 PMearly-musician-41645
05/09/2019, 8:33 PMwarning: A new version of Pulumi is available. To upgrade from version '0.17.9' to '0.17.10', run
$ curl -sSL <https://get.pulumi.com> | sh
or visit <https://pulumi.io/install> for manual instructions and release notes.
orange-tailor-85423
05/09/2019, 9:05 PMerror: gcp:container/cluster:Cluster resource 'alpha' has a problem: : invalid or unknown key: location
orange-tailor-85423
05/09/2019, 9:06 PMregion
was being deprecated. So I went through and changed the region
code to use location
.orange-tailor-85423
05/09/2019, 9:07 PMgcp:container:NodePool k8s-node-pool-private replace [diff: +location-region~name]
orange-tailor-85423
05/09/2019, 9:07 PMgcp:container:NodePool k8s-node-pool-private replace [diff: +location-region~name]