Skip to content

Commit

Permalink
Rely on credential manager or docker configuration to get repository …
Browse files Browse the repository at this point in the history
…authentication information
  • Loading branch information
Christophe VILA committed Apr 4, 2022
1 parent 4f37f1b commit 3bd75ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package credentials

func GetAuthFromVault(repo string) (string, string, error) {
return "", ""
return "", "", nil
}

0 comments on commit 3bd75ee

Please sign in to comment.