杭州市委办项管
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

53 lines
1.4KB

  1. security:
  2. auth:
  3. auth-require-url: /api/v1/user/auth/auth-require
  4. invalid-session-url: /api/v1/user/auth/invalid-session
  5. password-login-url: /api/v1/user/auth/login
  6. logout-url: /api/v1/user/auth/logout
  7. ignore-auth-urls:
  8. - /v2/api-docs
  9. - /swagger-ui.html
  10. - /webjars/**
  11. - /swagger-resources/**
  12. - /webjars/
  13. - /api/v1/user/auth/register
  14. - /api/v1/user/auth/auth-require
  15. - /api/v1/user/auth/invalid-session
  16. - /api/v1/user/auth/login/password
  17. - /api/v1/user/auth/forget-password
  18. - /doc.html
  19. - /ok.html
  20. - /open/api/**
  21. - /oa/**
  22. - /wflow/**
  23. - /sys/**
  24. - /api/v1/verification/**
  25. ignore-csrf-urls:
  26. - /api/v1/user/auth/**
  27. - /v2/api-docs
  28. - /swagger-ui.html
  29. - /webjars/**
  30. - /swagger-resources/**
  31. - /webjars/
  32. - /doc.html
  33. - /ok.html
  34. - /api/v1/**
  35. - /file/**
  36. - /optLog/**
  37. - /dict/**
  38. - /oa/**
  39. - /wflow/**
  40. - /sys/**
  41. - /api/v1/verification/**
  42. role-map:
  43. "engineer":
  44. "project_manager":
  45. - /api/v1/user-info/kick-off/**
  46. "enterprise_admin":
  47. "regional_general_manager":
  48. "driver":
  49. "super_admin":
  50. - /api/v1/user-info/save
  51. - /api/v1/user-info/del
  52. - /api/v1/user-info/kick-off/**
  53. - /api/v1/user-info/password/mod