# Generated by go2rpm 1.9.0 %bcond_without check %global debug_package %{nil} # https://github.com/google/s2a-go %global goipath github.com/google/s2a-go %global forgeurl https://github.com/google/s2a-go Version: 0.1.7 %gometa %global common_description %{expand: The Secure Session Agent is a service that enables a workload to offload select operations from the mTLS handshake and protects a workload's private key material from exfiltration. Specifically, the workload asks the Secure Session Agent for the TLS configuration to use during the handshake, to perform private key operations, and to validate the peer certificate chain. The Secure Session Agent's client libraries enable applications to communicate with the Secure Session Agent during the TLS handshake, and to encrypt traffic to the peer after the TLS handshake is complete. This repository contains the source code for the Secure Session Agent's Go client libraries, which allow gRPC and HTTP Go applications to use the Secure Session Agent.} %global golicenses LICENSE.md %global godocs example CODE_OF_CONDUCT.md CONTRIBUTING.md README.md Name: %{goname} Release: %autorelease Summary: Secure Session Agent Client Libraries License: Apache-2.0 URL: %{gourl} Source: %{gosource} %description %{common_description} %gopkg %prep %goprep %autopatch -p1 %generate_buildrequires %go_generate_buildrequires %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog %autochangelog