Skip to content

Commit

Permalink
Update src-ubuntu-nginx.pkr.hcl
Browse files Browse the repository at this point in the history
Give different values to expected auth endpoint variables.
  • Loading branch information
dometto authored Nov 13, 2024
1 parent 1a57335 commit 2c156a7
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 rsc_nginx_user_info_endpoint=http://localhost rsc_nginx_service_url=http://localhost",
"rsc_nginx_authorization_endpoint=localhost/auth_endpoint rsc_nginx_user_info_endpoint=http://localhost/user_endpoint rsc_nginx_service_url=http://localhost/service",
"--extra-vars",
"{nginx_enable_ssl: False, nginx_enable_auth: True}",
"--extra-vars",
Expand Down

0 comments on commit 2c156a7

Please sign in to comment.