istio_v1_auth

package
v0.0.0-...-46d7da7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 20, 2018 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Overview

Package istio_v1_auth is a generated protocol buffer package.

It is generated from these files:
	security/proto/ca_service.proto

It has these top-level messages:
	CsrRequest
	CsrResponse

nolint

Package istio_v1_auth is a generated protocol buffer package.

It is generated from these files:
	security/proto/workload_service.proto

It has these top-level messages:
	CheckRequest
	CheckResponse

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthCaService = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowCaService   = fmt.Errorf("proto: integer overflow")
)
View Source
var (
	ErrInvalidLengthWorkloadService = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowWorkloadService   = fmt.Errorf("proto: integer overflow")
)

Functions

func RegisterIstioCAServiceServer

func RegisterIstioCAServiceServer(s *grpc.Server, srv IstioCAServiceServer)

func RegisterWorkloadServiceServer

func RegisterWorkloadServiceServer(s *grpc.Server, srv WorkloadServiceServer)

Types

type CheckRequest

type CheckRequest struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
}

func (*CheckRequest) Descriptor

func (*CheckRequest) Descriptor() ([]byte, []int)

func (*CheckRequest) Equal

func (this *CheckRequest) Equal(that interface{}) bool

func (*CheckRequest) GetName

func (m *CheckRequest) GetName() string

func (*CheckRequest) GoString

func (this *CheckRequest) GoString() string

func (*CheckRequest) Marshal

func (m *CheckRequest) Marshal() (dAtA []byte, err error)

func (*CheckRequest) MarshalTo

func (m *CheckRequest) MarshalTo(dAtA []byte) (int, error)

func (*CheckRequest) ProtoMessage

func (*CheckRequest) ProtoMessage()

func (*CheckRequest) Reset

func (m *CheckRequest) Reset()

func (*CheckRequest) Size

func (m *CheckRequest) Size() (n int)

func (*CheckRequest) String

func (this *CheckRequest) String() string

func (*CheckRequest) Unmarshal

func (m *CheckRequest) Unmarshal(dAtA []byte) error

type CheckResponse

type CheckResponse struct {
	Status *google_rpc.Status `protobuf:"bytes,1,opt,name=status" json:"status,omitempty"`
}

func (*CheckResponse) Descriptor

func (*CheckResponse) Descriptor() ([]byte, []int)

func (*CheckResponse) Equal

func (this *CheckResponse) Equal(that interface{}) bool

func (*CheckResponse) GetStatus

func (m *CheckResponse) GetStatus() *google_rpc.Status

func (*CheckResponse) GoString

func (this *CheckResponse) GoString() string

func (*CheckResponse) Marshal

func (m *CheckResponse) Marshal() (dAtA []byte, err error)

func (*CheckResponse) MarshalTo

func (m *CheckResponse) MarshalTo(dAtA []byte) (int, error)

func (*CheckResponse) ProtoMessage

func (*CheckResponse) ProtoMessage()

func (*CheckResponse) Reset

func (m *CheckResponse) Reset()

func (*CheckResponse) Size

func (m *CheckResponse) Size() (n int)

func (*CheckResponse) String

func (this *CheckResponse) String() string

func (*CheckResponse) Unmarshal

func (m *CheckResponse) Unmarshal(dAtA []byte) error

type CsrRequest

type CsrRequest struct {
	// PEM-encoded certificate signing request
	CsrPem []byte `protobuf:"bytes,1,opt,name=csr_pem,json=csrPem,proto3" json:"csr_pem,omitempty"`
	// opaque credential for node agent
	NodeAgentCredential []byte `protobuf:"bytes,2,opt,name=node_agent_credential,json=nodeAgentCredential,proto3" json:"node_agent_credential,omitempty"`
	// type of the node_agent_credential (aws/gcp/onprem/custom...)
	CredentialType string `protobuf:"bytes,3,opt,name=credential_type,json=credentialType,proto3" json:"credential_type,omitempty"`
	// the requested ttl of the certificate in minutes
	RequestedTtlMinutes int32 `protobuf:"varint,4,opt,name=requested_ttl_minutes,json=requestedTtlMinutes,proto3" json:"requested_ttl_minutes,omitempty"`
}

func (*CsrRequest) Descriptor

func (*CsrRequest) Descriptor() ([]byte, []int)

func (*CsrRequest) Marshal

func (m *CsrRequest) Marshal() (dAtA []byte, err error)

func (*CsrRequest) MarshalTo

func (m *CsrRequest) MarshalTo(dAtA []byte) (int, error)

func (*CsrRequest) ProtoMessage

func (*CsrRequest) ProtoMessage()

func (*CsrRequest) Reset

func (m *CsrRequest) Reset()

func (*CsrRequest) Size

func (m *CsrRequest) Size() (n int)

func (*CsrRequest) String

func (this *CsrRequest) String() string

func (*CsrRequest) Unmarshal

func (m *CsrRequest) Unmarshal(dAtA []byte) error

type CsrResponse

type CsrResponse struct {
	// Whether the CSR is approved.
	IsApproved bool               `protobuf:"varint,1,opt,name=is_approved,json=isApproved,proto3" json:"is_approved,omitempty"`
	Status     *google_rpc.Status `protobuf:"bytes,2,opt,name=status" json:"status,omitempty"`
	// The signed target cert.
	SignedCert []byte `protobuf:"bytes,3,opt,name=signed_cert,json=signedCert,proto3" json:"signed_cert,omitempty"`
	// The cert chain up to the trusted root cert. It includes all the certs between the
	// newly signed cert and the root cert.
	CertChain []byte `protobuf:"bytes,4,opt,name=cert_chain,json=certChain,proto3" json:"cert_chain,omitempty"`
}

func (*CsrResponse) Descriptor

func (*CsrResponse) Descriptor() ([]byte, []int)

func (*CsrResponse) Marshal

func (m *CsrResponse) Marshal() (dAtA []byte, err error)

func (*CsrResponse) MarshalTo

func (m *CsrResponse) MarshalTo(dAtA []byte) (int, error)

func (*CsrResponse) ProtoMessage

func (*CsrResponse) ProtoMessage()

func (*CsrResponse) Reset

func (m *CsrResponse) Reset()

func (*CsrResponse) Size

func (m *CsrResponse) Size() (n int)

func (*CsrResponse) String

func (this *CsrResponse) String() string

func (*CsrResponse) Unmarshal

func (m *CsrResponse) Unmarshal(dAtA []byte) error

type IstioCAServiceClient

type IstioCAServiceClient interface {
	// A request object includes a PEM-encoded certificate signing request that
	// is generated on the Node Agent. Additionaly credential can be attached
	// within the request object for a server to authenticate the originating
	// node agent.
	HandleCSR(ctx context.Context, in *CsrRequest, opts ...grpc.CallOption) (*CsrResponse, error)
}

func NewIstioCAServiceClient

func NewIstioCAServiceClient(cc *grpc.ClientConn) IstioCAServiceClient

type IstioCAServiceServer

type IstioCAServiceServer interface {
	// A request object includes a PEM-encoded certificate signing request that
	// is generated on the Node Agent. Additionaly credential can be attached
	// within the request object for a server to authenticate the originating
	// node agent.
	HandleCSR(context.Context, *CsrRequest) (*CsrResponse, error)
}

type WorkloadServiceClient

type WorkloadServiceClient interface {
	Check(ctx context.Context, in *CheckRequest, opts ...grpc.CallOption) (*CheckResponse, error)
}

func NewWorkloadServiceClient

func NewWorkloadServiceClient(cc *grpc.ClientConn) WorkloadServiceClient

type WorkloadServiceServer

type WorkloadServiceServer interface {
	Check(context.Context, *CheckRequest) (*CheckResponse, error)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL