How can add a new Role and then in Policy.json and create a Rule ? [closed]
1) How can I use a new (custom ) role and create a new Rule in Policy.json of keystone?
2) After the addition, should keystone service need a restart?
Any answer for this is highly appreciated. Let me make talk about an example. There is a Rule or policy in keystone called -> admin_required. I want to design something smilar for the extension I have written. I have created a user called extensionuser and a Role called ext_role. I want to make sure that my extension services are only useful any user who has ext_role. How can I do this
I'm with the same problem, does anyone have any solution for this?