Skip to content

Commit

Permalink
change mod file
Browse files Browse the repository at this point in the history
  • Loading branch information
gitahernandez committed Mar 13, 2024
1 parent 5e8425f commit 8eded65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/managed_account/managed_account.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ func (managedAccounObj *ManagedAccountstObj) GetSecret(secretPath string, separa
// ManageAccountFlow is responsible for creating a dictionary of managed account system/name and secret key-value pairs.
func (managedAccounObj *ManagedAccountstObj) ManageAccountFlow(secretsToRetrieve []string, separator string) (map[string]string, error) {

managedAccounObj.log.Info("FROM LIBRARY....")

secretsToRetrieve = utils.ValidatePaths(secretsToRetrieve, true, separator, managedAccounObj.log)
managedAccounObj.log.Info(fmt.Sprintf("Retrieving %v Secrets", len(secretsToRetrieve)))
secretDictionary := make(map[string]string)
Expand Down

0 comments on commit 8eded65

Please sign in to comment.