This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# KANBAN Workflow | |
Unified Kanban Columns (Project Level): | |
* **Backlog** (Requirement Pool) | |
* **To Do** (Sprint/Current Week To-Do) | |
* **In Progress** (Development in Progress) | |
* **In Review** (Code Review) | |
* **Testing / QA** (QA Testing in Progress) | |
* **Blocked** (Blocked) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function GetCryptoPrice(coins, apiKey) { | |
try { | |
let url = "https://pro-api.coinmarketcap.com/v2/cryptocurrency/quotes/latest?slug=" + coins ; | |
const requestOptions = { | |
method: 'GET', | |
headers: { | |
'X-CMC_PRO_API_KEY': apiKey | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. 建立**CA**要用的`ns`、`pv`、`pvc` | |
``` | |
kubectl apply -f orgorderer1-namespace.yaml | |
kubectl apply -f orgorderer1-pv-pvc.yaml | |
kubectl create ns test0716-org1 | |
kubectl apply -f org1-pv-pvc0716.yaml | |
kubectl create ns test0716-org2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# peer error logs | |
Error: got unexpected status: FORBIDDEN -- Failed to reach implicit threshold of 1 sub-policies, required 1 remaining: permission denied | |
# orderer error logs | |
2019-07-29 03:23:22.253 UTC [cauthdsl] deduplicate -> ERRO 041 Principal deserialization failure (the supplied identity is not valid: x509: certificate signed by unknown authority) for identity 0 | |
2019-07-29 03:23:22.254 UTC [cauthdsl] deduplicate -> ERRO 042 Principal deserialization failure (the supplied identity is not valid: x509: certificate signed by unknown authority) for identity 0 | |
2019-07-29 03:23:22.255 UTC [cauthdsl] deduplicate -> ERRO 043 Principal deserialization failure (the supplied identity is not valid: x509: certificate signed by unknown authority) for identity 0 | |
2019-07-29 03:23:22.255 UTC [orderer.common.broadcast] ProcessMessage -> WARN 044 [channel: mychannel] Rejecting broadcast of config message from 10.42.3.161:51186 because of error: Failed to reach implicit threshold of 1 sub-policies, required 1 remaining: p |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0x3B6F8249a8D6c4ecbb2aB02c8Ed59b03640F6955 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0x87f2B121d1fA2475d6753b3cB49d661a72BeFeEd |