Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
fix the url
Browse files Browse the repository at this point in the history
  • Loading branch information
mishraomp committed Nov 16, 2023
1 parent 7ab291e commit 0558c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ async function openBrokerIntention(intentionPayload) {

async function getWrappedToken(actionToken) {
try {
const wrappedData = await axios.post(`${vault_addr}/v1/provision/token/self`, undefined, {
const wrappedData = await axios.post(`${broker_url}/v1/provision/token/self`, undefined, {
headers: {
'x-broker-token': actionToken,
'x-vault-role-id': provision_role_id
Expand Down

0 comments on commit 0558c7e

Please sign in to comment.