cancel
Showing results for 
Search instead for 
Did you mean: 

How to automate SAP BTP Platform User management?

0 Kudos
359

With a mindset to automate repeated tasks, I'm exploring on how we can automate User Management on SAP BTP at all current possible levels such as 

- Global Account

     - Subaccount

         - Cloud Foundry

         - Kyma

         - ABAP

I currently reviewed below API's

https://api.sap.com/api/AuthorizationAPI

https://api.sap.com/api/PlatformAPI

and BTP , CF CLI services.

While CLI gives us flexibility of User management, we need the client to be installed [local, cloud] to execute the tasks.

I'm seeking inputs on if we have a way to build and deploy a central user management tool on BTP that can give us a runtime to execute BTP , CF  commands thereby manage User management from a UI service through CAPM.

Best Regards,

Sunil Chintalapati

 

View Entire Topic
mconvertino
Explorer
0 Kudos

Hi Sunil,

to provide CF roles to platform users the only option is to use CF CLI command. However, if you don't want to develop your own wrapper API layer you can leverage the Automation Pilot service and its APIs. Automation Pilot will execute the commands and can be trigger via API. See https://help.sap.com/docs/automation-pilot/automation-pilot/assigncforgrole-command for details.

Kind Regards,

Matteo

0 Kudos
Thank You Matteo.