Peter Baumgartner

Results 60 issues of Peter Baumgartner

Fixes warning on install

I'd like to use granted with IAM users, but I'm not comfortable with storing my access tokens in plain text on disk (`~/.aws/credentials`) per the recommendation here https://docs.commonfate.io/granted/getting-started#set-up-your-aws-profile-file. Would you...

When running under gunicorn, [`--access-logformat`](http://docs.gunicorn.org/en/stable/settings.html#access-log-format) isn't honored. There was some discussion of this in #389, but I didn't see an open issue for it. > [!IMPORTANT] > - We're using...

enhancement
help wanted
user experience
logging
workers/gunicorn
polar

How would I express a template like this (specifically the optional array item in `DomainValidationOptions`)? The type is `[]certificatemanager.Certificate_DomainValidationOption`, but `cloudformation.If` returns a `string` ```yaml --- Parameters: AltDomain1: AllowedPattern: "^[a-z0-9\\-\\.]*$"...

It's my understanding that defining a visibility timeout is only applied during SQS queue creation. This is described in https://github.com/celery/celery/pull/7234 As a user, it is unexpected behavior that once a...

Issue Type: Feature Request
Component: Amazon SQS Broker

refs #3222 The rules around this are a little confusing. I haven't covered all the use cases, but I think this is an improvement. Going from https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.htm ## Task Definition...

A pattern I've seen used to represent an arbitrary number of similar resources in a diagram is to stack the icon on itself a few times. Is this supported? Example:...

Feature request: If a [`.tool-versions`](https://asdf-vm.com/manage/configuration.html#tool-versions) file (used by `asdf`) is in the root of the directory, use the providers and versions it defines.

I have a project that uses both Node.js and Python. With buildpacks, I could specify `heroku/nodejs` and `heroku/python` and it would do the right thing (Node build/install followed by Python...

enhancement

It's possible for the `LastEventTimestamp` to be `nil` and cause a panic. I was seeing ``` panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation...