osrf / cloudsim-auth

0 stars 0 forks source link

Cloudsim-auth is part of the Cloudsim project.

Codeship Status for osrf/cloudsim-auth

Dependency Status

Coverage Status

See the Cloudsim wiki for documentation

README

This is the authentication server for Cloudsim and other web apps

What is this repository for?

How do I get set up?

Deployment

In cloudsim-grant directory, run:

node generate_jwt_keys.js

Put the result in a .env in the root of the project. The cloudsim-auth server needs both keys, but other servers (cloudsim-sim, cloudsim-portal) only need the public key in their .env file

Cloudsim uses Auth0 for authentication. Please make sure these Auth0 variables are set in the .env file.

AUTH0_DOMAIN
AUTH0_CLIENT_ID
AUTH0_CLIENT_SECRET

Contribution guidelines

Who do I talk to?