This repository was archived by the owner on Jan 20, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2222
2323- name : Delete certificate authority
2424 uri :
25- url : " {{ infrastructure.saas.api_endpoint }}/ak/api/v1/components/{{ ibp_ca.id }}"
25+ url : " {{ infrastructure.saas.api_endpoint }}/ak/api/v1/kubernetes/ components/{{ ibp_ca.id }}"
2626 method : DELETE
2727 headers :
2828 Authorization : " Bearer {{ ibp.saas.access_token }}"
Original file line number Diff line number Diff line change 2222
2323- name : Delete orderer
2424 uri :
25- url : " {{ infrastructure.saas.api_endpoint }}/ak/api/v1/components/{{ ibp_orderer.id }}"
25+ url : " {{ infrastructure.saas.api_endpoint }}/ak/api/v1/kubernetes/ components/{{ ibp_orderer.id }}"
2626 method : DELETE
2727 headers :
2828 Authorization : " Bearer {{ ibp.saas.access_token }}"
Original file line number Diff line number Diff line change 2222
2323- name : Delete peer
2424 uri :
25- url : " {{ infrastructure.saas.api_endpoint }}/ak/api/v1/components/{{ ibp_peer.id }}"
25+ url : " {{ infrastructure.saas.api_endpoint }}/ak/api/v1/kubernetes/ components/{{ ibp_peer.id }}"
2626 method : DELETE
2727 headers :
2828 Authorization : " Bearer {{ ibp.saas.access_token }}"
Original file line number Diff line number Diff line change 2323
2424- name : Delete certificate authority
2525 uri :
26- url : " {{ infrastructure.software.api_endpoint }}/ak/api/v1/components/{{ ibp_ca.id }}"
26+ url : " {{ infrastructure.software.api_endpoint }}/ak/api/v1/kubernetes/ components/{{ ibp_ca.id }}"
2727 url_username : " {{ infrastructure.software.api_key }}"
2828 url_password : " {{ infrastructure.software.api_secret }}"
2929 method : DELETE
Original file line number Diff line number Diff line change 2323
2424- name : Delete orderer
2525 uri :
26- url : " {{ infrastructure.software.api_endpoint }}/ak/api/v1/components/{{ ibp_orderer.id }}"
26+ url : " {{ infrastructure.software.api_endpoint }}/ak/api/v1/kubernetes/ components/{{ ibp_orderer.id }}"
2727 url_username : " {{ infrastructure.software.api_key }}"
2828 url_password : " {{ infrastructure.software.api_secret }}"
2929 method : DELETE
Original file line number Diff line number Diff line change 2323
2424- name : Delete peer
2525 uri :
26- url : " {{ infrastructure.software.api_endpoint }}/ak/api/v1/components/{{ ibp_peer.id }}"
26+ url : " {{ infrastructure.software.api_endpoint }}/ak/api/v1/kubernetes/ components/{{ ibp_peer.id }}"
2727 url_username : " {{ infrastructure.software.api_key }}"
2828 url_password : " {{ infrastructure.software.api_secret }}"
2929 method : DELETE
You can’t perform that action at this time.
0 commit comments