Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 532 Bytes

README.adoc

File metadata and controls

11 lines (8 loc) · 532 Bytes

automation-collection

1) To create a Child service principal dynamically using master service principal. This will create child app, sp and grab a new token from child sp.

  • Follow these steps:

    1. Clone this repo.

    2. Tested with python version - Python 3.9.18

    3. Create a virtual env and ensure that the modules in requirements.txt are installed using pip install cli.

    4. Activate the virtualenv : source /opt/virtualenvs/k8s/bin/activate

    5. Run the ansible playbook : ansible-playbook all-rest-app-sp.yml --extra-vars "GUID=$GUID"