Skip to content

Commit

Permalink
Add user.properties to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
marest94 committed Jan 19, 2024
1 parent 83b0480 commit d85c0fb
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ci/docker/be-dataapp_resources/users.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# List of users
users.list=idsUser,bob

# Credentials for each user
# encoded - password
idsUser.password=$2a$10$MQ5grDaIqDpBjMlG78PFduv.AMRe9cs0CNm/V4cgUubrqdGTFCH3m
# encoded - passwordBob
bob.password=$2a$12$8ngZQYUF9pATTwNRmLiYeu6XGlLd79eb4FIgr5ezzuAA6tGLxuAyy
8 changes: 8 additions & 0 deletions ci/docker/ecc_resources_consumer/users.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# List of users
users.list=apiUser,alice

# Credentials for each user
# encoded - password
apiUser.password=$2a$10$MQ5grDaIqDpBjMlG78PFduv.AMRe9cs0CNm/V4cgUubrqdGTFCH3m
# encoded - passwordAlice
alice.password=$2a$12$xeiemEk5ycerfxq7440ieeTUmZ3EK65hwXwM.NQu.1Y29xbpOMVyq
8 changes: 8 additions & 0 deletions ci/docker/ecc_resources_provider/users.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# List of users
users.list=apiUser,alice

# Credentials for each user
# encoded - password
apiUser.password=$2a$10$MQ5grDaIqDpBjMlG78PFduv.AMRe9cs0CNm/V4cgUubrqdGTFCH3m
# encoded - passwordAlice
alice.password=$2a$12$xeiemEk5ycerfxq7440ieeTUmZ3EK65hwXwM.NQu.1Y29xbpOMVyq

0 comments on commit d85c0fb

Please sign in to comment.