Registry / auth / cyberark-conjur-api-go

cyberark-conjur-api-go

JSON →
library0.14.0gogounverified

A Go client library for interacting with CyberArk Conjur, a secrets management and access control solution.

go get github.com/cyberark/conjur-api-go
INSTALL
IMPORT
SIG · CYBERARK-CONJUR-AP
C
cyberark-conjur-api-go
authgov0.14.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

conjurapi
github.com/cyberark/conjur-api-go

Create a Conjur API client

package main import ( "fmt" "github.com/cyberark/conjur-api-go" ) func main() { config := conjurapi.Config{ ApplianceURL: "https://conjur.example.com", Account: "myaccount", } client, err := conjurapi.NewClientFromKey(config, "username", "api_key") if err != nil { fmt.Println(err) } _ = client }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.14.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
20
Amazon
1
OpenAI (training)
1
Resources
cyberark-conjur-api-go — go get cyberark-conjur-api-go · libregistry