Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 14:39, 11 September 2026 Ebasso talk contribs created page IBM CP4D: Add Service Instance User Script (Created page with " == .env file == <syntaxhighlight lang="properties"> # CPD cluster admin credentials # Copy this file to .env and fill in your values. CPD_URL=cpd.apps.mycluster.example.com CPD_ADMIN_USERNAME=admin CPD_ADMIN_PASSWORD=your_admin_password_here # Used by cpd_add_instance_user.py CPD_INSTANCE_ID=your_service_instance_id (17....) CPD_NEW_USERNAME=username_to_add CPD_NEW_UID=uid_of_user (10003...) CPD_NEW_ROLE=Admin </syntaxhighlight> == cpd_add_instance_user.py == <synta...")