Skip to content
Snippets Groups Projects

WIP: Java indexer

Closed Jérémy Destin requested to merge feat/java_indexing into master
  • 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 by Jérémy Destin

Merge request reports

Checking pipeline status.

Closed by Raphaël FloresRaphaël Flores 4 years ago (Mar 25, 2020 7:27pm 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
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading