salrashid123

Results 41 comments of salrashid123

if it helps for any reference, her'es a side-show repo of using pkcs11 and an implementation of `crypto.Signer` for that (its nothing for prod use, just fun tinkering) * https://github.com/salrashid123/mtls_pkcs11...

yeah, I also would like an option to return arbitrary types and not parse. Or maybe just have a secondresponse type that is the `b64encoded` form of the response itself?...

LGTM. thanks added a formatting comment. The default behavior of running the container will change though eg, running `docker run -it -p 3128:3128 docker.io/salrashid123/squidproxy ` used to drop you into...

unfortunately, i don't really have the background to writeup the sufficient test cases to make this happen in a PR. fwiw, what i can say is i go it to...

@dfawley @easwars @menghanl the more natural structure to use here is to pass the entire `httpclient` to the sts credential as an option. That'll allow you to override evey aspect...

ok, makes sense; but i think there's overlap in embedding claims from GCE [instance identity documenti](https://cloud.google.com/compute/docs/instances/verifying-instance-identity) with the feature requests above, no? (eg, podID for k8s, the github specifications; to...

the GCE identity document actually includes info that uniquely idenfies that specific VM instance (the `google.compute_engine.instance_id` is globally unique so it'd kinda identify where its run with precision (vs a...

certaiinly. i've added your corp user cred access to impersonate the service account below so you could directly impersonate an SA and get its `id_token` like the gcloud command below...

got it; i think esp with python it'd be difficult to do with its own toolchains. maybe generating the docker file per https://github.com/replicate/cog/issues/1241#issuecomment-1660128528 and then chaining it to off the...

i think so, as part of the kaniko reproducible builds, it sets up snapshots resetting the all file times. tried it from the [getting started](https://github.com/replicate/cog/blob/main/docs/getting-started.md) guide and using the generated...