virendrawali opened a new issue #81:
URL: https://github.com/apache/airavata-custos/issues/81
## Description
Getting error while executing the following code in update tenant.
**"Error occurred at updateTenant INTERNAL: Error occurred during
updateTenantjava.lang.RuntimeException: Error creating Realm in Keycloak
Server, reason: HTTP 404 Not Found"**
```
client_id = "custos-msc8yfonps763adtp8za-10000425"
response = client.update_tenant(token, client_id,
"Custos Portal",
"[email protected]", "Isuru",
"Ranawaka", "[email protected]", "isjarana",
"Custos1234",
self.contacts, self.redirect_uris,
"https://custos.scigap.org/",
"openid profile email
org.cilogon.userinfo", "domain.org",
"https://custos.scigap.org/",
"Custos Portal")
```
## Steps to Reproduce
1. Create a new admin tenant
2, Execute get the tenant to verify that the tenant exists
3. Update the tenant with new data using the client ID returned in
create_admin_tenant.
4. Update tenant API call will throw an error.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]