UI Internal Server Error on undocumented API

Hi all,

Since today, when we open a role from the UI (for example by going to an identity, click on their roles tab and select a role), we get an internal server error.

When looking at the developer tools, we notice that the following API gets called:
/v3/roles/role_id/entitlements.
According to the documentation, this API does not exists. There is also no beta API.

Could it be that this is an upcoming API that accidentally ended up in our development environment? I am not sure as I would expect it to be a /beta version first and of course that it would only show up when it is documented as API and properly tested by the engineering team (at least tested enough to ensure that opening a role will not directly trigger an error message).

The response of the API call:

{
    "messages": [
        {
            "localeOrigin": "REQUEST",
            "locale": "en-US",
            "text": "An internal fault occurred."
        },
        {
            "localeOrigin": "DEFAULT",
            "locale": "en-US",
            "text": "An internal fault occurred."
        }
    ],
    "detailCode": "500.0 Internal fault",
    "trackingId": "cd05535b81b843b6a24d646731d1d98d"
}

Kind regards,
Angelo

This is fixed,

@jordan_violet, can you please add the tag fixed to this post? As creator of this post, I can’t do this myself unfortunately.

Kind regards,
Angelo

Tag has been added. Thanks, @angelo_mekenkamp!

1 Like