Skip to content

Commit

Permalink
1.7-RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemaignent committed Feb 4, 2021
1 parent 4f79e8b commit 90a51b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</parent>
<groupId>org.esupportail</groupId>
<artifactId>esup-signature</artifactId>
<version>1.7-SNAPSHOT</version>
<version>1.7</version>
<name>esup-signature</name>
<properties>
<start-class>org.esupportail.esupsignature.EsupSignatureApplication</start-class>
Expand Down
4 changes: 3 additions & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,10 @@ security:
group-to-role-filter-pattern: for.esup-signature.role.(\w*)
mapping-groups-roles:
for.esup-signature.admin: ROLE_ADMIN
for.esup-signature.test: ROLE_USER
for.esup-signature.user: ROLE_USER
ws-access-authorize-ips: 127.0.0.1
# group-mapping-spel:
# for.esup-signature.user: "true"

server:
error:
Expand Down

0 comments on commit 90a51b7

Please sign in to comment.