Skip to content

Commit

Permalink
feat: add serviceAccountUserId even if service accounts are disabled (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
trois-six authored and mrparkers committed Oct 14, 2019
1 parent f8806cc commit 873c243
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions provider/resource_keycloak_openid_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,8 @@ func setOpenidClientData(keycloakClient *keycloak.KeycloakClient, data *schema.R

if client.ServiceAccountsEnabled {
data.Set("service_account_user_id", serviceAccountUserId)
} else {
data.Set("service_account_user_id", "")
}

// access type
Expand Down

0 comments on commit 873c243

Please sign in to comment.