Skip to content
Snippets Groups Projects

email auth, requires dev branch of gramex, fixes issue #58

Closed Karmanya Aggarwal requested to merge emailauth into settings
1 unresolved thread

This implementation uses the authentication mechanism that geocluster currently uses - Any user can log in with a valid email address and see the public data sets. the datasets themselves demarcate which addresses/domains can access them. Upside, does not require a separate admin page. Downside, anyone with access to a dataset can change the settings.

Merge request reports

Pipeline #52488 failed

Pipeline failed for f032c1d5 on emailauth

Closed by Karmanya AggarwalKarmanya Aggarwal 6 years ago (Jul 30, 2018 7:31am UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
6 6 deploy:
7 7 stage: deploy
8 8 script: deploy
9 only: [master]
9 # only: [master]
10 # variables:
11 # SERVER: gramener.com
12 # URL: cluster
13 # SETUP: bash setup.sh
14 # VERSION: v1
15 # PORT: '9988'
16 only: [settings] # Only deploy on master branch commit
10 17 variables:
  • Changes are on dev

  • Please register or sign in to reply
    Loading