柯桥增值式服务
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.

68 lines
1.9KB

  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. agent-login-url: /api/v1/user/auth/agent-login
  7. logout-url: /api/v1/user/auth/logout
  8. common-login-url: /api/v1/user/auth/common-login
  9. ignore-auth-urls:
  10. - /v2/api-docs
  11. - /swagger-ui.html
  12. - /webjars/**
  13. - /swagger-resources/**
  14. - /webjars/
  15. - /api/v1/user/auth/register
  16. - /api/v1/user/auth/auth-require
  17. - /api/v1/user/auth/invalid-session
  18. - /api/v1/user/auth/login/password
  19. - /api/v1/user/auth/forget-password
  20. - /api/v1/user/auth/common-login
  21. - /doc.html
  22. - /ok.html
  23. - /open/api/**
  24. - /oa/**
  25. - /wflow/**
  26. - /sys/**
  27. - /api/v1/verification/**
  28. - /api/v1/expert/registration
  29. - /api/v1/meta/dictionary/list
  30. - /api/v1/meta/tag
  31. - /api/v1/organization/tree-list
  32. - /api/v1/organization/get-child-list
  33. - /api/v1/region/tree
  34. ignore-csrf-urls:
  35. - /api/v1/user/auth/**
  36. - /v2/api-docs
  37. - /swagger-ui.html
  38. - /webjars/**
  39. - /swagger-resources/**
  40. - /webjars/
  41. - /doc.html
  42. - /ok.html
  43. - /api/v1/**
  44. - /file/**
  45. - /optLog/**
  46. - /dict/**
  47. - /oa/**
  48. - /wflow/**
  49. - /sys/**
  50. - /api/v1/verification/**
  51. - /api/v1/expert/registration
  52. - /api/v1/meta/dictionary/list
  53. - /api/v1/meta/tag
  54. - /api/v1/organization/tree-list
  55. - /api/v1/organization/get-child-list
  56. - /api/v1/region/tree
  57. role-map:
  58. "engineer":
  59. "project_manager":
  60. - /api/v1/user-info/kick-off/**
  61. "enterprise_admin":
  62. "regional_general_manager":
  63. "driver":
  64. "super_admin":
  65. - /api/v1/user-info/save
  66. - /api/v1/user-info/del
  67. - /api/v1/user-info/kick-off/**
  68. - /api/v1/user-info/password/mod