Skip to content

Commit

Permalink
refactor: change auth to inherit (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtyf authored May 6, 2024
1 parent 31094b5 commit e5fb694
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion flowforge_api_bruno/healthcheck.bru
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ meta {
get {
url: {{HOST}}/healthcheck
body: none
auth: none
auth: inherit
}
2 changes: 1 addition & 1 deletion flowforge_api_bruno/organization/create organization.bru
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ meta {
post {
url: {{HOST}}/organization
body: json
auth: none
auth: inherit
}

body:json {
Expand Down
2 changes: 1 addition & 1 deletion flowforge_api_bruno/organization/delete organization.bru
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ meta {
delete {
url: {{HOST}}/organization
body: json
auth: none
auth: inherit
}

body:json {
Expand Down
2 changes: 1 addition & 1 deletion flowforge_api_bruno/organization/organization for user.bru
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ meta {
get {
url: {{HOST}}/organization
body: json
auth: none
auth: inherit
}
2 changes: 1 addition & 1 deletion flowforge_api_bruno/organization/update organization.bru
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ meta {
patch {
url: {{HOST}}/organization
body: json
auth: none
auth: inherit
}

body:json {
Expand Down
2 changes: 1 addition & 1 deletion flowforge_api_bruno/pipeline/all pipelines.bru
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ meta {
get {
url: {{HOST}}/pipeline
body: none
auth: none
auth: inherit
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ meta {
get {
url: {{HOST}}/service_request/admin?org_id=1
body: none
auth: none
auth: inherit
}

query {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ meta {
get {
url: {{HOST}}/service_request?org_id=1
body: none
auth: none
auth: inherit
}

query {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ meta {
post {
url: {{HOST}}/service_request
body: json
auth: none
auth: inherit
}

body:json {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ meta {
post {
url: {{HOST}}/service_request
body: json
auth: none
auth: inherit
}

headers {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ meta {
get {
url: {{HOST}}/service_request/{{serviceRequestId}}/logs/{{stepName}}
body: none
auth: none
auth: inherit
}

vars:pre-request {
Expand Down
2 changes: 1 addition & 1 deletion flowforge_api_bruno/service_request/service request.bru
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ meta {
get {
url: {{HOST}}/service_request/{{serviceRequestId}}
body: none
auth: none
auth: inherit
}

vars:pre-request {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ meta {
put {
url: {{HOST}}/service_request/{{service_request_id}}/start
body: none
auth: none
auth: inherit
}
2 changes: 1 addition & 1 deletion flowforge_api_bruno/service_request/step details.bru
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ meta {
get {
url: {{HOST}}/service_requests/{{service_request_id}}/steps
body: none
auth: none
auth: inherit
}

0 comments on commit e5fb694

Please sign in to comment.