Ashish Kumar

Results 14 comments of Ashish Kumar

@saiprasanthrajavarapu I hope this helps. ``` let s3_bucketpolicies = Resources.*[ Type == "AWS::S3::BucketPolicy" ] rule aws_s3_bucket_policy when %s3_bucketpolicies !empty { %s3_bucketpolicies { Properties { when PolicyDocument is_list { PolicyDocument.* {...

[AWS CloudFormation Guard User Guide](https://docs.aws.amazon.com/cfn-guard/latest/ug/cfn-guard.pdf) Page number 7 under the heading **To build and run Guard as a Lambda function** shows us that rules can be entered as string format...

Something from my personal notes will help. - PHP - linux web app - `siteConfig.linuxFxVersion` and `linuxFxVersion` from .getConfiguration() returns the correct value - `siteConfig.phpVersion` and `phpVersion` from .getConfiguration() return...

@qiaozha So according to this then https://github.com/Azure/azure-cli/blob/56d778e6ff2f6032ea47eb63727fa1308a390d76/src/azure-cli/azure/cli/command_modules/appservice/custom.py#L3165 the null and "" values are by design? Please elaborate further on major, minor versions parsing.

No, there are no fields related to majorVersions or minorVersions in the outputs. I have used `appServiceClient.webApps.list()` and `appServiceClient.webApps.getConfiguration(resourceGroupName,webAppName)` and neither has these two fields.

+1 I use promethus-cloudwatch-exporter and I want to setup grafana dashboards. Having custom target group names will be of great help.

I can explain my current workflow with the code snippets I have shared. I have to create `elasticsearch-es-elastic-user` to override and set the password manually for the `elastic` user (the...

This is what I am using right now which works. ```yaml kind: Secret apiVersion: v1 metadata: name: elastic-filebeat-ingestion-role namespace: ${namespace} data: roles.yml: ${base64encode(

@arybolovlev If it is an expected behavior, wouldn't it be better if there would be a way to handle it gracefully instead of exiting out with error?

I am facing the exact same issue with a different manifest. I am using ECK CRDs to setup elastic, kibana etc. First apply goes smoothly and resources get created but...