Skip to content

Commit

Permalink
Update src-ubuntu-nginx.pkr.hcl
Browse files Browse the repository at this point in the history
Fix mock auth endpoints
  • Loading branch information
dometto authored Nov 13, 2024
1 parent 2c156a7 commit c8217fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ubuntu/jammy-nginx/src-ubuntu-nginx.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ build {
"--skip-tags",
"molecule-notest,molecule-idempotence-notest",
"--extra-vars",
"rsc_nginx_authorization_endpoint=localhost/auth_endpoint rsc_nginx_user_info_endpoint=http://localhost/user_endpoint rsc_nginx_service_url=http://localhost/service",
"rsc_nginx_authorization_endpoint=/auth_endpoint rsc_nginx_user_info_endpoint=/user_endpoint rsc_nginx_service_url=/service",
"--extra-vars",
"{nginx_enable_ssl: False, nginx_enable_auth: True}",
"--extra-vars",
Expand Down

0 comments on commit c8217fe

Please sign in to comment.