Kazunori Kajihiro

Results 38 issues of Kazunori Kajihiro

Our applications are mostly web based HTTP(S) applications so there's no need for smaller applications to have a dedicated ALB. Instead, I think we can add a default ALB per...

CloudFormation already supports it and properties are similar to ALB. We need to think about `barcelona.yml` structure

Barcelona stores secret data (secret environment variables, ecs config, etc) in S3 with KMS SSE encryption enabled. While this way is very secure, using VPC endpoint adds additional security barrier

1. Associate a service to endpoint-1 2. Update barcelona.yml to change the service's endpoint ot endpoint-2 3. bcn deploy 4. CloudFormation update fails: Target group 'arn:aws:elasticloadbalancing:ap-northeast-1:822761295011:targetgroup/test-LBTar-1GGROXVO4X9L0/0abdd606a9eb5d31' cannot be associated with...

The only way that we can trust rollback is to save request parameters at controller level. The current way (save/load `attributes`) is not reliable so I removed `rollback` sub command...

Right now Barcelona ignores ENTRYPOINT and always use CMD. this sometimes do not work as expected, we need to handle ENTRYPOINT and CMD in a better way

bug

Most of linux capbilities are not required to run application containers

Barcelona's primary role is to make AWS APIs to manage AWS resources but the current tests don't have E2E specs which checks if calling AWS API works as expected. To...