Skip to content

Commit

Permalink
Renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHougaard committed Jan 11, 2024
1 parent 584f1fc commit f76ad58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/secret-operations.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func (client Client) GetPlainTextSecretsViaServiceToken(secretFolderPath string,
return plainTextSecrets, &serviceTokenDetails, nil
}

func (client Client) GetRawSecretsViaMachineIdentity(secretFolderPath string, envSlug string, workspaceId string) ([]RawV3Secret, error) {
func (client Client) GetRawSecrets(secretFolderPath string, envSlug string, workspaceId string) ([]RawV3Secret, error) {
if client.Config.ClientId == "" || client.Config.ClientSecret == "" {
return nil, fmt.Errorf("client ID and client secret must be defined to fetch secrets with machine identity")
}
Expand Down

0 comments on commit f76ad58

Please sign in to comment.