Results 10 comments of John Lemp

I agree with @doapp-ryanp that if it is possible (and I might not understand all the edge cases) that I would like to be able to only deploy the OPTIONS...

any chance of getting this merged?

I can try adding a param to override the AMI Id if you want it static for testing but have it fallback to the latest if it is blank.

Yeah, I understand and it makes sense for a public template. There are just so many outdated templates with vulnerable ami's out there. I have started having them get latest...

I am also struggling with the actual minimal IAM permissions. I am seeing a ton of 403 forbidden errors getting generated by this library and it appears to be due...

I have submitted a pull request https://github.com/phlipper/chef-newrelic-sysmond/pull/31 that sets the default distribution = "" and tested locally and it works. I will use this override in our wrapper for now,...

> Is there a reason you don't want the column to be nullable? I recall early on running into issues with queries using postgres functions like jsonb_set which are strict...

ActiveRecord::TypedStore::IdentityCoder already returns an empty hash. Still trying to track down where the behavior is coming from as: `store_accessor :properties, :some_property` with column: ` t.jsonb :properties, null: false, default: {}`...

@byroot The issue appears to originate in: ```ruby if ActiveRecord.version.segments.first >= 7 def attribute_names_for_partial_inserts # Contrary to all vanilla Rails types, typedstore attribute have an inherent default # value that...

The only way I have been able to resolve this issue when installing the service as non-root was to: - Add the actions-runner user to the Docker group. - Update...