Stefan Lack

Results 7 issues of Stefan Lack

**Describe the bug** If no project administrator is defined, the script [import_ocp_project_metadata.sh](https://github.com/opendevstack/ods-project-quickstarters/blob/master/ocp-templates/scripts/import_ocp_project_metadata.sh) falls back to user _utschig_. Other companys may want to have other default admin user. **To Reproduce** Do...

**Is your feature request related to a problem? Please describe.** Vagrant box idmanager has a plain keycloak installation. However, no opendevstack specific configuration is available and has to be created...

enhancement

- Getting Started guide (https://www.opendevstack.org/ods-documentation/common/latest/getting-started/local-install.html) leads through the first local installation. - In the guide, only installation with _crowd authentication_ is described. - _oauth2 authentication_ was added in provisioning app...

documentation

**Is your feature request related to a problem? Please describe.** I want to use other hostnames when running the installation locally, e.g. _okd_ instead of _openshift_ **Describe the solution you'd...

enhancement

**Describe the Question** I want to discuss why the storage-provisioner has to be configurable, as defined in [pvc.yml](https://github.com/opendevstack/ods-core/blob/master/nexus/ocp-config/pvc.yml): ``` - apiVersion: v1 kind: PersistentVolumeClaim metadata: annotations: volume.beta.kubernetes.io/storage-class: ${STORAGE_CLASS_DATA} volume.beta.kubernetes.io/storage-provisioner: ${STORAGE_PROVISIONER}...

question

The provisioning script should provide a way to configure SSL/HTTPS for Keycloak See https://www.keycloak.org/docs/latest/server_installation/index.html#setting-up-https-ssl Improves #144

enhancement

**Is your feature request related to a problem? Please describe.** We use _spotlessJavaCheck_ on travis to verify that code is formatted according to the rules. Since my IDE does not...