Skip to content

Commit

Permalink
add comment to satisfiy linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Breee committed Dec 16, 2024
1 parent a6f6262 commit e2e0f41
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions internal/clients/keycloak.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ const (
)

// Password and client secret auth parameters + general config parameters
// https://registry.terraform.io/providers/mrparkers/keycloak/latest/docs#argument-reference
// https://registry.terraform.io/providers/mrparkers/keycloak/latest/docs#example-usage-client-credentials-grant
// https://registry.terraform.io/providers/mrparkers/keycloak/latest/docs#example-usage-password-grant
// https://registry.terraform.io/providers/keycloak/keycloak/latest/docs#argument-reference
// https://registry.terraform.io/providers/keycloak/keycloak/latest/docs#example-usage-client-credentials-grant
// https://registry.terraform.io/providers/keycloak/keycloak/latest/docs#example-usage-password-grant

var requiredKeycloakConfigKeys = []string{
"client_id",
Expand Down Expand Up @@ -121,7 +121,7 @@ func configureNoForkKeycloakClient(ctx context.Context, ps *terraform.Setup) err
return nil
}

// Function that extracts credentials from the secret provided to providerconfig
// ExtractCredentials Function that extracts credentials from the secret provided to providerconfig
func ExtractCredentials(ctx context.Context, source xpv1.CredentialsSource, client client.Client, selector xpv1.CommonCredentialSelectors) (map[string]string, error) {
creds := make(map[string]string)

Expand Down

0 comments on commit e2e0f41

Please sign in to comment.