MCPcopy
hub / github.com/minio/minio-go / Retrieve

Method Retrieve

pkg/credentials/sts_ldap_identity.go:233–235  ·  view source on GitHub ↗

Retrieve gets the credential by calling the MinIO STS API for LDAP on the configured stsEndpoint.

()

Source from the content-addressed store, hash-verified

231// Retrieve gets the credential by calling the MinIO STS API for
232// LDAP on the configured stsEndpoint.
233func (k *LDAPIdentity) Retrieve() (value Value, err error) {
234 return k.RetrieveWithCredContext(defaultCredContext)
235}

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected