Jeff Mitchell

Results 140 comments of Jeff Mitchell

Sure, I'll file a separate issue with the error.

There isn't a non-rooted way to deal with this in 4.4, but Android 5.0 adds the ability to authorize apps to access directories on an SD card.

@Asfaloth 4.4 doesn't have authorization...it doesn't allow writing to the rest of the SD card, period, without root. You can add things to the SD card via other means, but...

Note that the provider doesn't actually construct any of the KMS stuff on its own. It just passes the HCL to a Boundary helper which itself just formats it and...

What I meant is that the HCL is parsed by a different library that ultimately seeds that into the configuration at https://www.github.com/hashicorp/go-kms-wrapping/tree/master/wrappers/awskms/awskms.go So the kms configuration is opaque to the...

I'm actually going to tag @jimlambrt on this since marking things sensitive is a part of the next step of eventing and probably we can have some fields automatically marked...

Curious, any reason you based this on OpenAPI? The OpenAPI output itself is generated based on our source of truth, our proto struct and service definitions. Because the OpenAPI generation...

Everything is in `internal` by default until we need to move it out. It may be a good time to consider moving the generated files into the `sdk` module given...

Talked with the team internally -- we're going to move some of the files out of `internal` and into `sdk`. We're still figuring out exactly how we want to do...

Hi there -- we have two paths that are being considered, and curious which is easier for you: 1. You could base on the Go SDK (under `github.com/hashicorp/boundary/api`) which contains...