package
Version:
v14.40.0
Opens a new window with list of versions in this module.
Published: Feb 2, 2025
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package authorizedcerts implements functions for authorizing users with ssh certificates
Client wraps a gitlab client and its associated config
NewClient instantiates a Client with config
GetByKey makes a request to authorized_certs for the namespace configured with a cert that matches fingerprint
type Response struct {
Username string `json:"username"`
Namespace string `json:"namespace"`
}
Response contains the json response from authorized_certs
Source Files
¶
Click to show internal directories.
Click to hide internal directories.