杭州市委办项管
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.

41 lines
1.1KB

  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/login/password
  15. - /api/v1/user/auth/forget-password
  16. - /doc.html
  17. - /ok.html
  18. ignore-csrf-urls:
  19. - /api/v1/user/auth/**
  20. - /v2/api-docs
  21. - /swagger-ui.html
  22. - /webjars/**
  23. - /swagger-resources/**
  24. - /webjars/
  25. - /doc.html
  26. - /ok.html
  27. - /api/v1/**
  28. - /file/**
  29. - /optLog/**
  30. - /dict/**
  31. role-map:
  32. "engineer":
  33. "project_manager":
  34. "enterprise_admin":
  35. "regional_general_manager":
  36. "driver":
  37. "super_admin":
  38. - /api/v1/user-info/save
  39. - /api/v1/user-info/del
  40. - /api/v1/user-info/kick-off/**
  41. - /api/v1/user-info/password/mod