1 | initial version |
Hi! I've tested in my own image and it works. I think the problem is that you are logged in Keyrock with a user that does not have the right roles, or probably a different user from the one who created the application.
So if you followed the official guide and you are using the initial provision and the default application created, here is the code where this happen:
https://github.com/ging/fiware-idm/blob/master/deployment/keystone.py#L599
So I guess you should log in as 'user0' to be able to remove that.
Hope it works!