Skip to content

Commit

Permalink
test: allow unsigned extensions in docker containers
Browse files Browse the repository at this point in the history
  • Loading branch information
p4-nathan committed May 26, 2021
1 parent e90ed77 commit c63b8b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion containers/chicago/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ p4 configure set any#auth.id=EXT_AUTH_ID
echo ${P4PASSWD} | p4 login

# disable the signed extensions requirement for testing
# p4 configure set server.extensions.allow.unsigned=1
p4 configure set server.extensions.allow.unsigned=1

# stop the server so that the run script can start it again, and the
# authentication changes will take effect
Expand Down
2 changes: 1 addition & 1 deletion containers/p4d/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ p4dctl start -o '-p 0.0.0.0:1666' despot
echo ${P4PASSWD} | p4 login

# disable the signed extensions requirement for testing
# p4 configure set server.extensions.allow.unsigned=1
p4 configure set server.extensions.allow.unsigned=1

#
# install and configure the extension
Expand Down

0 comments on commit c63b8b7

Please sign in to comment.