Cameron Daniel

Results 18 issues of Cameron Daniel

**Is your feature request related to a problem? Please describe.** Follow on from the discussion at the end of https://github.com/hashicorp/vault/issues/7723 OIDC providers *generally* should use the `sub` claim to uniquely...

enhancement
feature-request
auth/jwt-oidc
community-sentiment

https://github.com/mauke/Function-Parameters/blob/cfb871f898e9a7f3bb3c7c97ec824e6659c62181/lib/Function/Parameters.pm#L268-L271 Should this section here also set `check_argument_types`? The use case is I'd like to be able to do ```perl use Function::Parameters qw(:lax) ``` and have `Function::Parameters` be effectively a...

I managed to get `feature/pgtk` built on my MBP and it works, but it's not great yet. The build didn't work out of the box with this tool though. https://github.com/jimeh/build-emacs-for-macos/blob/3d6caac9624b01866fb11d7445eb683fad6bf3a8/build-emacs-for-macos#L307-L313...

This PR implements the following: - Added `queries.BuildSubquery()` which does the same thing as `BuildQuery()` except doesn't append a semicolon so query builder results can be embedded in other queries...

breaking

This adds a new well known validation for strings which checks the input is a valid IP prefix in CIDR notation. Example ```protobuf message IPRoute { string prefix = 1...

This adds a `--key` argument which allows printing only a partial JSON object. My use case is writing logs in JSON, but when using saw I tend to filter down...

**Describe the bug** It seems as though spot isn't using the local tsconfig.json, or for some other reason isn't loading locally-defined type declarations. I'm experimenting with spot to generate OpenAPI...

enhancement

I did do some searching through the issues but couldn't find anything. It [looks like](https://docs.rs/rusoto_credential/0.45.0/src/rusoto_credential/instance_metadata.rs.html#102) rusoto_credential doesn't currently support [IMDSv2](https://aws.amazon.com/blogs/security/defense-in-depth-open-firewalls-reverse-proxies-ssrf-vulnerabilities-ec2-instance-metadata-service/). Are there any imminent plans to support that - or...

This PR adds new [`DiffOpt`](https://pkg.go.dev/github.com/openconfig/ygot/ygot#DiffOpt) types to change how diffs are generated. - `PrependModuleNames` does the same as `RFC7951JSONConfig.AppendModuleNames` but for the paths created in the diff notifications - `RFC7951Diff`...

I think I've found an issue with ygot in YANG models that have an `augment` inside a `uses`. I've greated a repo with a reproduction case here - https://github.com/ccakes/ygot-uses-augment In...