split tls id and name #1939
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
9 errors
unit:
linkerd/meshtls/src/lib.rs#L112
error[E0425]: cannot find value `identity` in this scope
--> linkerd/meshtls/src/lib.rs:112:26
|
112 | _ => no_tls!(identity, roots_pem, key_pkcs8, csr),
| ^^^^^^^^ not found in this scope
|
help: consider importing one of these items
|
19 + use core::convert::identity;
|
19 + use std::convert::identity;
|
|
unit
Process completed with exit code 1.
|
meshtls:
linkerd/meshtls/src/lib.rs#L94
error[E0425]: cannot find value `identity` in this scope
--> linkerd/meshtls/src/lib.rs:94:62
|
94 | let (store, receiver) = boring::creds::watch(identity, roots_pem, key_pkcs8, csr)?;
| ^^^^^^^^ not found in this scope
|
help: consider importing one of these items
|
19 + use core::convert::identity;
|
19 + use std::convert::identity;
|
|
meshtls:
linkerd/meshtls/src/lib.rs#L94
error[E0425]: cannot find value `identity` in this scope
--> linkerd/meshtls/src/lib.rs:94:62
|
94 | let (store, receiver) = boring::creds::watch(identity, roots_pem, key_pkcs8, csr)?;
| ^^^^^^^^ not found in this scope
|
help: consider importing one of these items
|
19 + use core::convert::identity;
|
19 + use std::convert::identity;
|
|
meshtls:
linkerd/meshtls/src/lib.rs#L94
error[E0061]: this function takes 5 arguments but 4 arguments were supplied
--> linkerd/meshtls/src/lib.rs:94:41
|
94 | let (store, receiver) = boring::creds::watch(identity, roots_pem, key_pkcs8, csr)?;
| ^^^^^^^^^^^^^^^^^^^^ --------- an argument of type `linkerd_identity::TlsName` is missing
|
note: function defined here
--> /__w/linkerd2-proxy/linkerd2-proxy/linkerd/meshtls/boring/src/creds.rs:15:8
|
15 | pub fn watch(
| ^^^^^
help: provide the argument
|
94 | let (store, receiver) = boring::creds::watch(identity, /* linkerd_identity::TlsName */, roots_pem, csr, key_pkcs8)?;
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
meshtls:
linkerd/meshtls/src/lib.rs#L94
error[E0061]: this function takes 5 arguments but 4 arguments were supplied
--> linkerd/meshtls/src/lib.rs:94:41
|
94 | let (store, receiver) = boring::creds::watch(identity, roots_pem, key_pkcs8, csr)?;
| ^^^^^^^^^^^^^^^^^^^^ --------- an argument of type `linkerd_identity::TlsName` is missing
|
note: function defined here
--> /__w/linkerd2-proxy/linkerd2-proxy/linkerd/meshtls/boring/src/creds.rs:15:8
|
15 | pub fn watch(
| ^^^^^
help: provide the argument
|
94 | let (store, receiver) = boring::creds::watch(identity, /* linkerd_identity::TlsName */, roots_pem, csr, key_pkcs8)?;
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
meshtls:
linkerd/meshtls/src/lib.rs#L94
error[E0061]: this function takes 5 arguments but 4 arguments were supplied
--> linkerd/meshtls/src/lib.rs:94:41
|
94 | let (store, receiver) = boring::creds::watch(identity, roots_pem, key_pkcs8, csr)?;
| ^^^^^^^^^^^^^^^^^^^^ --------- an argument of type `linkerd_identity::TlsName` is missing
|
note: function defined here
--> /__w/linkerd2-proxy/linkerd2-proxy/linkerd/meshtls/boring/src/creds.rs:15:8
|
15 | pub fn watch(
| ^^^^^
help: provide the argument
|
94 | let (store, receiver) = boring::creds::watch(identity, /* linkerd_identity::TlsName */, roots_pem, csr, key_pkcs8)?;
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
meshtls:
linkerd/meshtls/src/lib.rs#L94
error[E0061]: this function takes 5 arguments but 4 arguments were supplied
--> linkerd/meshtls/src/lib.rs:94:41
|
94 | let (store, receiver) = boring::creds::watch(identity, roots_pem, key_pkcs8, csr)?;
| ^^^^^^^^^^^^^^^^^^^^ --------- an argument of type `linkerd_identity::TlsName` is missing
|
note: function defined here
--> /__w/linkerd2-proxy/linkerd2-proxy/linkerd/meshtls/boring/src/creds.rs:15:8
|
15 | pub fn watch(
| ^^^^^
help: provide the argument
|
94 | let (store, receiver) = boring::creds::watch(identity, /* linkerd_identity::TlsName */, roots_pem, csr, key_pkcs8)?;
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
meshtls
Process completed with exit code 1.
|