summaryrefslogtreecommitdiff
path: root/src/rpc/envoy.extensions.http.injected_credentials.generic.v3.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/rpc/envoy.extensions.http.injected_credentials.generic.v3.rs')
-rw-r--r--src/rpc/envoy.extensions.http.injected_credentials.generic.v3.rs23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/rpc/envoy.extensions.http.injected_credentials.generic.v3.rs b/src/rpc/envoy.extensions.http.injected_credentials.generic.v3.rs
deleted file mode 100644
index 01a2d181..00000000
--- a/src/rpc/envoy.extensions.http.injected_credentials.generic.v3.rs
+++ /dev/null
@@ -1,23 +0,0 @@
-// @generated
-// This file is @generated by prost-build.
-// \[#protodoc-title: Generic Credential\]
-// \[#extension: envoy.http.injected_credentials.generic\]
-
-/// Generic extension can be used to inject HTTP Basic Auth, Bearer Token, or any arbitrary credential
-/// into the proxied requests.
-/// The credential will be injected into the specified HTTP request header.
-/// Refer to [RFC 6750: The OAuth 2.0 Authorization Framework: Bearer Token Usage](<https://www.rfc-editor.org/rfc/rfc6750>) for details.
-///
-#[allow(clippy::derive_partial_eq_without_eq)]
-#[derive(Clone, PartialEq, ::prost::Message)]
-pub struct Generic {
- /// The SDS configuration for the credential that will be injected to the specified HTTP request header.
- /// It must be a generic secret.
- #[prost(message, optional, tag="1")]
- pub credential: ::core::option::Option<super::super::super::super::transport_sockets::tls::v3::SdsSecretConfig>,
- /// The header that will be injected to the HTTP request with the provided credential.
- /// If not set, filter will default to: ``Authorization``
- #[prost(string, tag="2")]
- pub header: ::prost::alloc::string::String,
-}
-// @@protoc_insertion_point(module)