Open
Description
Hello,
I'm reading the library,
https://docs.rs/oci-client/0.14.0/oci_client/secrets/enum.RegistryAuth.html
pub enum RegistryAuth {
Anonymous,
Basic([String](https://doc.rust-lang.org/nightly/alloc/string/struct.String.html), [String](https://doc.rust-lang.org/nightly/alloc/string/struct.String.html)),
}
There's no option to authenticate with token, for example, with a token returned from gcloud auth print-access-token
, which is, to my understanding, is meant to be sent as Authorization: Bearer <xxx>
header.
Metadata
Metadata
Assignees
Labels
No labels