Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed wrong user group #31

Merged
merged 1 commit into from
May 14, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ods-provisioning-app/ocp-config/prov-test/cm.env.sample
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Provision app setup

# The crowd keyuser group
KEYUSER_GROUP=bitbucket-administrators
KEYUSER_GROUP=opendevstack-administrators

# JIRA uri - including protocol
JIRA_URI=http://192.168.56.31:8080
Expand All @@ -28,8 +28,8 @@ OPENSHIFT_CONSOLE_HOST=https://192.168.99.100:8443
OPENSHIFT_APPS_BASEDOMAIN=.192.168.99.100.nip.io

# crowd groups
CROWD_USER_GROUP=bitbucket-users
CROWD_ADMIN_GROUP=bitbucket-administrators
CROWD_USER_GROUP=opendevstack-users
CROWD_ADMIN_GROUP=opendevstack-administrators

# cd user name with read rights to git / bitbucket
CD_USER_ID=cd_user
Expand Down