Skip to content

Commit 99afee6

Browse files
committed
Add missing hostnames to allow-access and add missing ids to authority.admins
1 parent d7615cd commit 99afee6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/main/resources/application.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ app:
5454
# Framework app properties #
5555
############################
5656
# edu.tamu.weaver.auth.service.UserCredentialsService
57-
authority.admins: 402001311,613001223,102001721,222004429,709005486,523008230,724001395,123456789
57+
authority.admins: 402001311,613001223,102001721,222004429,709005486,523008230,724001395,123456789,512004707,427008012
5858
security:
5959
# edu.tamu.weaver.auth.service.CryptoService
6060
secret: verysecretsecret
6161
# edu.tamu.weaver.filter.CorsFilter
62-
allow-access: http://localhost,http://localhost:8080,http://machuff.tamu.edu,http://janus.evans.tamu.edu,http://savell.evans.tamu.edu,http://jmicah.tamu.edu
62+
allow-access: http://localhost,http://localhost:8080,http://machuff.tamu.edu,http://janus.evans.tamu.edu,http://savell.evans.tamu.edu,http://jmicah.tamu.edu,http://laddusaw.tamu.edu,http://muninn.evans.tamu.edu:8080
6363
# edu.tamu.weaver.email.config.WeaverEmailConfig
6464
email:
6565
host: relay.tamu.edu
@@ -98,4 +98,4 @@ shib:
9898
uin: tamuuin
9999
lastName: tdl-sn
100100
firstName: tdl-givenname
101-
email: tdl-mail
101+
email: tdl-mail

0 commit comments

Comments
 (0)