forked from openwallet-foundation/acapy
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request openwallet-foundation#2729 from jamshale/feat/2708
Update devcontainer documentation
- Loading branch information
Showing
10 changed files
with
306 additions
and
84 deletions.
There are no files selected for viewing
This file contains 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
22 changes: 11 additions & 11 deletions
22
.vscode-sample/multitenant.yml → .vscode-sample/alice.yml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
# Alice agent configuration | ||
|
||
auto-provision: true | ||
label: vscode | ||
label: alice | ||
|
||
inbound-transport: | ||
- [http, 0.0.0.0, 9060] | ||
- [http, 0.0.0.0, 9010] | ||
|
||
outbound-transport: http | ||
|
||
emit-new-didcomm-prefix: true | ||
wallet-type: askar | ||
wallet-storage-type: default | ||
wallet-name: alice-wallet | ||
wallet-key: alice-wallet-key | ||
|
||
admin-insecure-mode: true | ||
|
||
admin: [0.0.0.0, 9061] | ||
admin: [0.0.0.0, 9011] | ||
|
||
endpoint: http://host.docker.internal:9060 | ||
endpoint: http://localhost:9010 | ||
|
||
genesis-url: http://test.bcovrin.vonx.io/genesis | ||
genesis-url: http://localhost:9000/genesis | ||
|
||
# Connections | ||
debug-connections: true | ||
auto-accept-invites: true | ||
auto-accept-requests: true | ||
auto-ping-connection: true | ||
|
||
# multitenant | ||
multitenant: true | ||
multitenant-admin: true | ||
jwt-secret: changeme | ||
|
||
log-level: info | ||
|
||
tails-server-base-url: http://localhost:6543 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# Author agent configuration | ||
|
||
auto-provision: true | ||
label: author | ||
|
||
inbound-transport: | ||
- [http, 0.0.0.0, 9020] | ||
|
||
outbound-transport: http | ||
|
||
wallet-type: askar | ||
wallet-storage-type: default | ||
wallet-name: author-wallet | ||
wallet-key: author-wallet-key | ||
|
||
admin-insecure-mode: true | ||
|
||
admin: [0.0.0.0, 9021] | ||
|
||
endpoint: http://localhost:9020 | ||
|
||
genesis-url: http://localhost:9000/genesis | ||
|
||
# Connections | ||
debug-connections: true | ||
auto-accept-invites: true | ||
auto-accept-requests: true | ||
auto-ping-connection: true | ||
|
||
log-level: info | ||
|
||
tails-server-base-url: https://localhost:6543 | ||
|
||
# endorser info configuration | ||
endorser-alias: endorser | ||
endorser-protocol-role: author | ||
auto-request-endorsement: true | ||
auto-write-transactions: true | ||
# endorser-public-did: FsTs4Xb4PHwb6BxyFPFfYd | ||
auto-promote-author-did: true | ||
auto-create-revocation-transactions: true | ||
# endorser-invitation: http://localhost:9060?oob=eyJAdHlwZSI6ICJodHRwczovL2RpZGNvbW0ub3JnL291dC1vZi1iYW5kLzEuMS9pbnZpdGF0aW9uIiwgIkBpZCI6ICIwOWU3MDRmOC04YzUxLTQzNTktOTg2YS0xZmI5YTIzYmQxODciLCAibGFiZWwiOiAiZW5kb3JzZXIiLCAiaGFuZHNoYWtlX3Byb3RvY29scyI6IFsiaHR0cHM6Ly9kaWRjb21tLm9yZy9kaWRleGNoYW5nZS8xLjAiXSwgInNlcnZpY2VzIjogW3siaWQiOiAiI2lubGluZSIsICJ0eXBlIjogImRpZC1jb21tdW5pY2F0aW9uIiwgInJlY2lwaWVudEtleXMiOiBbImRpZDprZXk6ejZNa3ZNUFlNYUdGTVFTRFhQc2o4OUNobTY0aVIyYmE0U1hZY3ZON2JCeUNkNWJoI3o2TWt2TVBZTWFHRk1RU0RYUHNqODlDaG02NGlSMmJhNFNYWWN2TjdiQnlDZDViaCJdLCAic2VydmljZUVuZHBvaW50IjogImh0dHA6Ly9sb2NhbGhvc3Q6OTA2MCJ9XX0= |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# Endorser agent configuration | ||
|
||
auto-provision: true | ||
label: endorser | ||
|
||
inbound-transport: | ||
- [http, 0.0.0.0, 9030] | ||
|
||
outbound-transport: http | ||
|
||
wallet-type: askar | ||
wallet-storage-type: default | ||
wallet-name: endorser-wallet | ||
wallet-key: endorser-wallet-key | ||
|
||
admin-insecure-mode: true | ||
|
||
admin: [0.0.0.0, 9031] | ||
|
||
endpoint: http://localhost:9030 | ||
|
||
genesis-url: http://localhost:9000/genesis | ||
|
||
# Connections | ||
debug-connections: true | ||
auto-accept-invites: true | ||
auto-accept-requests: true | ||
auto-ping-connection: true | ||
|
||
log-level: info | ||
|
||
tails-server-base-url: http://localhost:6543 | ||
|
||
# endorser | ||
endorser-protocol-role: endorser | ||
auto-endorse-transactions: true |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Faber agent configuration | ||
|
||
auto-provision: true | ||
label: faber | ||
|
||
inbound-transport: | ||
- [http, 0.0.0.0, 9040] | ||
|
||
outbound-transport: http | ||
|
||
wallet-type: askar | ||
wallet-storage-type: default | ||
wallet-name: faber-wallet | ||
wallet-key: faber-wallet-key | ||
|
||
admin-insecure-mode: true | ||
|
||
admin: [0.0.0.0, 9041] | ||
|
||
endpoint: http://localhost:9040 | ||
|
||
genesis-url: http://localhost:9000/genesis | ||
|
||
# Connections | ||
debug-connections: true | ||
auto-accept-invites: true | ||
auto-accept-requests: true | ||
auto-ping-connection: true | ||
|
||
log-level: info | ||
|
||
tails-server-base-url: http://localhost:6543 |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Multitenant admin agent configuration | ||
|
||
auto-provision: true | ||
label: multitenant-admin | ||
|
||
inbound-transport: | ||
- [http, 0.0.0.0, 9050] | ||
|
||
outbound-transport: http | ||
|
||
wallet-type: askar-anoncreds | ||
wallet-storage-type: default | ||
wallet-name: multitenant-admin-wallet | ||
wallet-key: multitenant-admin-wallet-key | ||
|
||
admin-insecure-mode: true | ||
|
||
admin: [0.0.0.0, 9051] | ||
|
||
endpoint: http://localhost:9050 | ||
|
||
genesis-url: https://localhost:9000/genesis | ||
|
||
# Connections | ||
debug-connections: true | ||
auto-accept-invites: true | ||
auto-accept-requests: true | ||
auto-ping-connection: true | ||
|
||
# Multi-tenancy | ||
multitenant: true | ||
jwt-secret: insecure-jwt-secret | ||
multitenant-admin: true | ||
|
||
log-level: info | ||
|
||
tails-server-base-url: https://localhost:6543 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"python.testing.pytestArgs": ["--no-cov"], | ||
"python.testing.pytestArgs": ["--no-cov"] | ||
} |
This file contains 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
Oops, something went wrong.