-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
43 lines (34 loc) · 1.33 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Contents of this dir:
#### Box Change Log Consumer
- files (in dist)
grouper-box-provisioner-x.x.x.jar
README
boxconfig.properties
- libs:
box-java-sdk-2.1.1.jar
minimal-json-0.9.1.jar
jose4j-0.5.1.jar
bcprov-ext-jdk15on-1.52.jar
bcpkix-jdk15on-1.52.jar
gson-2.3.1.jar
- scp files (e.g., /private/consumers/box)
- scp libs (e.g., /private/consumers/libs)
- also include the private_key that you created for the application. (publicKeyID should be included in the boxconfig.properties)
- Update setenv.sh
# libs shared among consumers
CLASSPATH=${CLASSPATH}:/private/consumers/libs/*
# Box Consumer
CLASSPATH=${CLASSPATH}:/private/consumers/box/grouper-box-provisioner-x.x.x.jar
- Update log4j.properties
log4j.logger.edu.oregonstate.iam.grouper_process = DEBUG, grouper_debug
# include lib if needed...
#log4j.logger.edu.oregonstate.iam.lib = DEBUG, grouper_debug
- Update grouper-loader.properties
##################################
# Consumer for adding and activating Box user accounts
##################################
changeLog.consumer.box.class = edu.oregonstate.iam.grouper_process.BoxChangeLogConsumer
changeLog.consumer.box.configPropertiesFilePath = /private/consumers/box/boxconfig.properties
changeLog.consumer.box.grouperGroupIdPath = psp:osu:org:is:app:box:employee
changeLog.consumer.box.quartzCron =
- restart loader