Documentation
¶
Overview ¶
Package pagerduty provides a verifier for PagerDuty API keys. It uses the PagerDuty API GET /users/me endpoint to check key validity. Note: PagerDuty uses "Token token=" auth prefix instead of "Bearer".
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Verifier ¶
type Verifier struct {
// contains filtered or unexported fields
}
Verifier checks whether a PagerDuty API key is active by calling the PagerDuty API. It NEVER logs or persists raw key values.
func (*Verifier) Verify ¶
func (v *Verifier) Verify(ctx context.Context, raw detector.RawFinding) finding.VerificationResult
Verify checks if the detected PagerDuty API key is valid/active. Raw contains the key value.
Click to show internal directories.
Click to hide internal directories.