a month ago
Hi All
I am not able to follow the below steps BTP cockpit trial account.
https://developers.sap.com/tutorials/hana-cloud-mission-trial-8.html
Step 6: Modify the hdbgrants file
In File explorer, open the .hdbgrants file with the option Open With … Text Editor. Here, you can see a template of all different types of privileges you could grant to different user groups. There is a dedicated section for object owner users and application users.
For the purposes of this tutorial, we would like to grant the roles we have previously created to object owners and application users. The object owner will be assigned the role genericRoleForOO and the application user the role genericRoleForAP.
To do so, replace the contents of the hdbgrants file with the following:
I dont see JSON file. For
{
"MyUPS": {
"object_owner": {
"global_roles": [
{
"roles": ["genericRoleForOO"]
}
]
},
"application_user": {
"global_roles": [
{
"roles": ["genericRoleForAP"]
}
]
}
}
}
Please share navigation or more details on how to update the hdbgrants file.
Request clarification before answering.
User | Count |
---|---|
87 | |
11 | |
9 | |
8 | |
6 | |
6 | |
5 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.