IBM / cloud-pak-deployer

Configuration-based installation of OpenShift and Cloud Pak for Data/Integration/Watson AIOps on various private and public cloud infrastructure providers. Deployment attempts to achieve the end-state defined in the configuration. If something fails along the way, you only need to restart the process to continue the deployment.
https://ibm.github.io/cloud-pak-deployer/
Apache License 2.0
136 stars 67 forks source link

Add permission to create Gitea repositories from the command line #729

Open bganslandt opened 3 months ago

bganslandt commented 3 months ago

To create Gitea repositories from the command line must currently be done via the Gitea web interface when logged in as a gitea user, making it hard to automate app builds. This is due to a missing permission for user level push to create repos.

Please add the following line to the gitea-inline-config secret in the cp4ba-collateral namespace:

ENABLE_PUSH_CREATE_USER=true