class Authn::Helper

Overview

This provider wraps a particularly named credential helper.

Defined in:

authn/helper.cr

Constant Summary

MAGIC_NOT_FOUND_MESSAGE = "credentials not found in native keychain"

Constructors

Instance Method Summary

Instance methods inherited from class Authn::Authenticator

authorization : String authorization

Constructor Detail

def self.new(name : String, registry : Name::Registry) #

Args: name: the name of the helper, as it appears in the Docker config. registry: the registry for which we're invoking the helper.


[View source]

Instance Method Detail

def authorization #

[View source]
def registry : String #

[View source]