Skip to content

Latest commit

 

History

History

sso

SSO application - a simple ui application to register and sigin users.

This application was build to provide end to end testing example of ui application.

Is uses aerospike to store user profiles.

Prerequisites:

Enable ssh logic you your use on your machine (on osx System Preference / Sharing / Remote Login )

Install docker service

Download endly

Provide a username and password to login to your box.

endly -c=localhost

Verify that secret file were created

cat ~/.secret/localhost.json

Run reporter webservice workflow

Run the following command:

git clone https://github.com/viant/endly
cd endly/example/ui/sso/e2e/

run test with run workflow:

endly r=run

To check manager workflow tasks list

endly -t='?'
 

#Troubleshooting

to check you aerospike just run

docker exec -it db1 aql SELECT * FROM db1.users;