Brian Atkinson

Results 19 issues of Brian Atkinson

Looks like Bors is missing some error handling for when it fails to post a comment. It looks like it got all the way through merging the PR, and had...

The note at https://github.com/k14s/kbld/blob/ddd2561de7d0a07eaee903767adc30a23c4fb1b8/docs/packaging.md#using-with-aws-ecr might soon be out of date. According to https://github.com/aws/containers-roadmap/issues/505 manifest support is rolling out with docs being updated: https://docs.aws.amazon.com/AmazonECR/latest/userguide/docker-push-multi-architecture-image.html

discussion

`IstioOperatorSpec.meshConfig` has type `TypeMapStringInterface` and links to a unhelpful type. This should be a link to https://istio.io/latest/docs/reference/config/istio.mesh.v1alpha1/#MeshConfig

area/config

The specification of the `last` query parameter differs between the [Endpoints table](https://github.com/opencontainers/distribution-spec/blob/dd38b7ed8a995fc2f6e730a4deae60e2c0ee92fe/spec.md#endpoints) and the textual description in the ["Content Discovery" section](https://github.com/opencontainers/distribution-spec/blob/dd38b7ed8a995fc2f6e730a4deae60e2c0ee92fe/spec.md#content-discovery). The Endpoints table lists the API endpoint as `/v2//tags/list?n=&last=`...

Would there be interest in adding a resource for managing a project's "checkout key"? There looks to be APIs for [get](https://circleci.com/docs/api/v2/index.html#operation/getCheckoutKey), [create](https://circleci.com/docs/api/v2/index.html#operation/createCheckoutKey), and [delete](https://circleci.com/docs/api/v2/index.html#operation/deleteCheckoutKey). We would have a use for...

Testing out sapling for the first time, and it seems like the `sl pr` command doesn't sign commits. Would it be possible to add gpg signing to `sl pr`? Signed...

I opened up a conversation about adding ReviewStack to our private organization, and the broad permissions were brought up as curious. My understanding is that ReviewStack is mostly working with...

**Describe the bug** According to https://www.rfc-editor.org/rfc/rfc7519.html#section-4.1.6 the `iat` field should be a numeric field. Creating a token with `iat:true` passes validation. This looks to be because [`_validate_numeric_time`](https://github.com/lepture/authlib/blob/98d8a923cb8fbb785e85536d0c3a7a6447be0782/authlib/jose/rfc7519/claims.py#L226-L227) returns True for...

jose

Sumo Logic has APIs that supports the management of access keys. It would be really nice if the provider supported the these as resources so they can be automatically provisioned/rotated/retired...

It looks like Arch recently moved to python 3.12 which seems to be incompatible with Sapling. I've been building sapling from source, and after the upgrade, the command failed to...