golang-github-hashicorp-scada-client 0.0~git20160601.0.6e89678-2 source package in Ubuntu

Changelog

golang-github-hashicorp-scada-client (0.0~git20160601.0.6e89678-2) unstable; urgency=medium

  [ Tim Potter ]
  * Add me to uploaders

  [ Konstantinos Margaritis ]
  * Replace golang-go with golang-any in Build-Depends

 -- Konstantinos Margaritis <email address hidden>  Tue, 08 Aug 2017 16:30:27 +0300

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc
Bionic release universe misc

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-hashicorp-scada-client_0.0~git20160601.0.6e89678-2.dsc 2.5 KiB e07e94595dfd5c92f52a2534ecf7e7d3935998243dbf93edb38ea0c9c2f83192
golang-github-hashicorp-scada-client_0.0~git20160601.0.6e89678.orig.tar.xz 15.8 KiB 7b8658c2b27608dfdbd8e9d88fd1c40e8218a6a09c68fd43d5a343b4e4aad241
golang-github-hashicorp-scada-client_0.0~git20160601.0.6e89678-2.debian.tar.xz 6.8 KiB 15c35e5e770472965b9d49f09b605c42920724a5246c2cd2c8614edb7ab4946b

No changes file available.

Binary packages built by this source

golang-github-hashicorp-scada-client-dev: Golang client to the HashiCorp SCADA system

 This library provides a Golang client for the HashiCorp SCADA service. SCADA
 stands for Supervisory Control And Data Acquisition, and as the name implies it
 allows Atlas to provide control functions and request data from the tools that
 integrate.
 .
 The technical details about how SCADA works are fairly simple. Clients first
 open a connection to the SCADA service at scada.hashicorp.com on port 7223.
 This connection is secured by TLS, allowing clients to verify the identity of
 the servers and to encrypt all communications. Once connected, a handshake is
 performed where a client provides it's Atlas API credentials so that Atlas can
 verify the client identity. Once complete, clients keep the connection open in
 an idle state waiting for commands to be received. Commands map to APIs exposed
 by the product, and are subject to any ACLs, authentication or authorization
 mechanisms of the client.
 .
 This library is used in various HashiCorp products to integrate with the SCADA
 system.
 .
 This package contains the source.