We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am looking for some help on how to implement the auth handler. As per the protocol http://docs.oasis-open.org/kmip/spec/v1.2/os/kmip-spec-v1.2-os.html there are
Credential | 420023 Credential Type | 420024 Credential Value | 420025
I see in auth.go I have a CREDENTIAL_TYPE_USERNAME_AND_PASSWORD but I am not sure how to use this in server.go
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am looking for some help on how to implement the auth handler. As per the protocol http://docs.oasis-open.org/kmip/spec/v1.2/os/kmip-spec-v1.2-os.html there are
I see in auth.go I have a CREDENTIAL_TYPE_USERNAME_AND_PASSWORD but I am not sure how to use this in server.go
The text was updated successfully, but these errors were encountered: