Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • FAIDARE FAIDARE
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 9
    • Issues 9
    • List
    • Boards
    • Service Desk
    • Milestones
  • Jira
    • Jira
  • Merge requests 11
    • Merge requests 11
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • urgi-is
  • FAIDAREFAIDARE
  • Merge requests
  • !21

Closed
Created Apr 04, 2019 by Jérémy Destin@jeremy.destinContributor1 of 2 tasks completed1/2 tasks
  • Report abuse
Report abuse

WIP: Java indexer

  • Overview 112
  • Commits 44
  • Changes 102
  • Add password on index API
    • Add API path to SecurityConfig.java (both /actuator** and /faidare/v1/index**)
    • Ignore not actuator, not indexer web.ignoring().regexMatchers("^((?!\\/(actuator|faidare/v1/index)).)*$");
    • Test that both these path ask for password (test with SPRING_SECURITY_USER_PASSWORD=toto ./gradlew bootRun, user => user, password => toto)
    • Test that spring security ignores HTTP basic auth on BrAPI (should get data on curl --user gcornut:toto http://localhost:8380/gpds-dev/brapi/v1/studies)
  • Monitoring
Edited Jun 05, 2019 by Jérémy Destin
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: feat/java_indexing