Mentions légales du service

Skip to content
Snippets Groups Projects
Ludovic Schoepps's avatar
Ludovic Schoepps authored
Fix error (on some browser?): .values().toArray is not a function

See merge request !2
a86276cb
History

This is a Next.js project bootstrapped with create-next-app.

Running the server

npm install
npm run dev

Open http://localhost:3211 with your browser to see the result.

Updating the list of environments

This application uses a generated config to show the available configuration for the environments. It relies on the environments-recipes repository, and the configuration can be generated like this:

RUBYLIB=/path/to/environments-recipes
ruby scripts/gen_available_config.rb

Authentication

This application leverages OpenConnect through Gitlab's authentication provider to authenticate the user and get a token to perform actions on their behalf.

It needs a registered gitlab application to work. Currently it's been created by @viroulea, but if needed one can create a new application with the following steps:

http://localhost:3211
https://grid5000.gitlabpages.inria.fr/pipeline-creation-assistant
  • uncheck the "confidential" checkbox since this application is a single page app
  • check the api and openid scopes
  • save application
  • configure the .env.production with the appropriate client id