Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Indy: Add ledger identity script in indy-cli Docker image #95

Closed
juraj-durech opened this issue Nov 11, 2019 · 1 comment
Closed

Indy: Add ledger identity script in indy-cli Docker image #95

juraj-durech opened this issue Nov 11, 2019 · 1 comment
Assignees
Labels
indy Related to the Hyperledger Indy Platform

Comments

@juraj-durech
Copy link
Contributor

Shell script inputs:

  1. X_VAULT_TOKEN as an env variable
  2. Vault base url
  3. Admin identity Vault path
  4. Admin identity name
  5. Identity to be added Vault path
  6. Identity name to be added Vault
  7. Identity to be added role (TRUSTEE, STEWARD, ENDORSER)
  8. Pool genesis path (the script will find it on the container filesystem => will be provided via a K8S config map when we'll create a K8S job from the indy-cli image later on)

The shell script should:

  1. Get the admin identity seed from Vault
  2. Get the identity to be added did and verkey from Vault
  3. Prepare and run a non-interactive indy-cli script which will:

a) Create a indy-cli pool
b) Connect to the pool
c) Create a indy-cli wallet
d) Open the wallet
e) Add the admin did
f) Use the admin did
g) Issue a nym transaction for the identity to be added

The success of the transaction has to be reflected in the script return code. Please also think of how to avoid storing any private crypto (seeds) on the container filesystem.

@juraj-durech juraj-durech added Release 0.3.0.0 indy Related to the Hyperledger Indy Platform labels Nov 11, 2019
@suvajit-sarkar suvajit-sarkar added this to To do in Sprint 2 Nov 11, 2019
@suvajit-sarkar suvajit-sarkar moved this from To do to In progress in Sprint 2 Nov 12, 2019
Sprint 2 automation moved this from In progress to Done Nov 14, 2019
@Pri-vats Pri-vats reopened this Nov 14, 2019
Sprint 2 automation moved this from Done to In progress Nov 14, 2019
@suvajit-sarkar suvajit-sarkar moved this from In progress to Review in progress in Sprint 2 Nov 22, 2019
@juraj-durech juraj-durech moved this from Review in progress to In progress in Sprint 2 Nov 22, 2019
@suvajit-sarkar suvajit-sarkar moved this from In progress to Review in progress in Sprint 2 Nov 25, 2019
@juraj-durech juraj-durech added this to To do in Sprint 3 via automation Nov 25, 2019
@juraj-durech juraj-durech moved this from To do to In progress in Sprint 3 Nov 25, 2019
@suvajit-sarkar suvajit-sarkar moved this from In progress to Review in progress in Sprint 3 Nov 26, 2019
@juraj-durech juraj-durech moved this from Review in progress to In progress in Sprint 3 Dec 1, 2019
@juraj-durech
Copy link
Contributor Author

Closed by #117

Sprint 3 automation moved this from In progress to Done Dec 2, 2019
kaverikhaneja added a commit to kaverikhaneja/bevel that referenced this issue Aug 16, 2021
# This is the 1st commit message:

Bump normalize-url in /examples/supplychain-app/quorum/smartContracts (hyperledger#1519)

Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/sindresorhus/normalize-url/releases)
- [Commits](https://github.com/sindresorhus/normalize-url/commits)

---
updated-dependencies:
- dependency-name: normalize-url
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
# This is the commit message hyperledger#2:

Bump normalize-url in /examples/supplychain-app/besu/smartContracts (hyperledger#1520)

Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/sindresorhus/normalize-url/releases)
- [Commits](https://github.com/sindresorhus/normalize-url/commits)

---
updated-dependencies:
- dependency-name: normalize-url
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
# This is the commit message hyperledger#3:

[fabric] upgrade versions (hyperledger#1521)

Signed-off-by: Roy,Sownak <sownak.roy@accenture.com>
# This is the commit message hyperledger#4:

docs: add angelaalagbe as a contributor for doc, content (hyperledger#1539)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
# This is the commit message hyperledger#5:

Updated besu and orion version in samples and docs

Signed-off-by: alvaropicazo <alvaro.picazo.haase@accenture.com>

# This is the commit message hyperledger#6:

[shared] changing molecule tests to run specifically for non-caps platform names (hyperledger#1497)

* Removing unnecessary repetition

Signed-off-by: Dimbu Afonso <dimbu.k.afonso@accenture.com>

* Removing repetition

Signed-off-by: Dimbu Afonso <dimbu.k.afonso@accenture.com>

Co-authored-by: Dimbu Afonso <dimbu.k.afonso@accenture.com>
# This is the commit message hyperledger#7:

Upgrade CENM version to 1.5

Signed-off-by: suvajit-sarkar <suvajit.sarkar@accenture.com>

# This is the commit message hyperledger#8:

fix dockerfile

Signed-off-by: pppazos <hgartti@gmail.com>

# This is the commit message hyperledger#9:

use pki ssl ca

Signed-off-by: pppazos <hgartti@gmail.com>

# This is the commit message hyperledger#10:

remove sleep

Signed-off-by: pppazos <hgartti@gmail.com>

# This is the commit message hyperledger#11:

Using github api for roadmap icons

Signed-off-by: suvajit-sarkar <suvajit.sarkar@accenture.com>

# This is the commit message hyperledger#12:

[shared] Changed default namespace (hyperledger#1503)

* Changed default namespace

Signed-off-by: angelaalagbe <angela.alagbe@accenture.com>

# This is the commit message hyperledger#13:

[corda-ent] remove ambassador license (hyperledger#1504)

Signed-off-by: Roy,Sownak <sownak.roy@accenture.com>
# This is the commit message hyperledger#14:

[besu] Adding new validator node to existing network (hyperledger#1505)

* Added new role for creating a new validator node to existing org and updated docs

Signed-off-by: alvaropicazo <alvaro.picazo.haase@accenture.com>
# This is the commit message hyperledger#15:

Update AWS cli to v2 (hyperledger#1515)

Signed-off-by: suvajit-sarkar <suvajit.sarkar@accenture.com>
# This is the commit message hyperledger#16:

[corda] implemented new test for reset-network roles (hyperledger#1496)

* implemented new test for reset-network roles

Signed-off-by: mgCepeda <marina.gomez.cepeda@accenture.com>

# This is the commit message hyperledger#17:

[shared] merge from master (hyperledger#1522)

* [corda-ent] remove ambassador license

Signed-off-by: Roy,Sownak <sownak.roy@accenture.com>

* Bump normalize-url in /examples/supplychain-app/quorum/express_nodeJS (hyperledger#1518)

Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/sindresorhus/normalize-url/releases)
- [Commits](https://github.com/sindresorhus/normalize-url/commits)

---
updated-dependencies:
- dependency-name: normalize-url
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump normalize-url in /examples/supplychain-app/quorum/smartContracts (hyperledger#1519)

Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/sindresorhus/normalize-url/releases)
- [Commits](https://github.com/sindresorhus/normalize-url/commits)

---
updated-dependencies:
- dependency-name: normalize-url
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump normalize-url in /examples/supplychain-app/besu/smartContracts (hyperledger#1520)

Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/sindresorhus/normalize-url/releases)
- [Commits](https://github.com/sindresorhus/normalize-url/commits)

---
updated-dependencies:
- dependency-name: normalize-url
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* [fabric] upgrade versions (hyperledger#1521)

Signed-off-by: Roy,Sownak <sownak.roy@accenture.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
# This is the commit message hyperledger#18:

[shared] only TLS 1.2+ allowed (hyperledger#1517)

* only TLS 1.2+ allowed

Signed-off-by: pppazos <hgartti@gmail.com>

# This is the commit message hyperledger#19:

Added constellation prereq. in the molecule test workflow

Signed-off-by: suvajit-sarkar <suvajit.sarkar@accenture.com>

# This is the commit message hyperledger#20:

[besu] create orion crypto using helmcharts

Signed-off-by: Roy,Sownak <sownak.roy@accenture.com>

# This is the commit message hyperledger#21:

[besu] create orion crypto using helmcharts

Signed-off-by: Roy,Sownak <sownak.roy@accenture.com>

# This is the commit message hyperledger#22:

[shared] cleanup share versions (hyperledger#1528)

* cleanup share versions

Signed-off-by: pppazos <hgartti@gmail.com>

* yamllint new-line-at-end-of-file  fixes

Signed-off-by: pppazos <hgartti@gmail.com>
# This is the commit message hyperledger#23:

[indy] fix docs (hyperledger#1532)

Signed-off-by: Roy,Sownak <sownak.roy@accenture.com>
# This is the commit message hyperledger#24:

Fixed molecule test errors

Signed-off-by: suvajit-sarkar <suvajit.sarkar@accenture.com>

# This is the commit message hyperledger#25:

[quorum] changed namespace in my converge and prepare, edited verify in parall… (hyperledger#1529)

* changes to fix molecule bug

Signed-off-by: Angela Alagbe <angela.alagbe@accenture.com>

* changed and added quotation marks

Signed-off-by: Angela Alagbe <angela.alagbe@accenture.com>

* changes to merge to develop

Signed-off-by: Angela Alagbe <angela.alagbe@accenture.com>
# This is the commit message hyperledger#26:

[quorum] implemented new test for create/crypto/raft rol (hyperledger#1516)

* implemented new test r create/crypto/raft role

Signed-off-by: mgCepeda <marina.gomez.cepeda@accenture.com>
# This is the commit message hyperledger#27:

impleted test for create/tessera rol (hyperledger#1525)

Signed-off-by: mgCepeda <marina.gomez.cepeda@accenture.com>

implemented test for create/tessera role

# This is the commit message hyperledger#28:

[besu] Adding a new validator organization with multiple nodes to existing network (hyperledger#1530)

* Implemented new functionality for adding a new validator org with multiple nodes

Signed-off-by: alvaropicazo <alvaro.picazo.haase@accenture.com>

# This is the commit message hyperledger#29:

implemented test for create/constellation rol (hyperledger#1534)

Signed-off-by: mgCepeda <marina.gomez.cepeda@accenture.com>
# This is the commit message hyperledger#30:

[shared] Edits made to docs (hyperledger#1535)

* edits to docs

Signed-off-by: Angela Alagbe <angela.alagbe@accenture.com>
# This is the commit message hyperledger#31:

Quorum and Tessera version upgrade (hyperledger#1541)

Signed-off-by: suvajit-sarkar <suvajit.sarkar@accenture.com>
# This is the commit message hyperledger#32:

[besu] add tessera support (hyperledger#1540)

* [besu] add tessera support

Signed-off-by: Roy,Sownak <sownak.roy@accenture.com>
# This is the commit message hyperledger#33:

[corda-ent] Add new notary org

Signed-off-by: Roy,Sownak <sownak.roy@accenture.com>

# This is the commit message hyperledger#34:

update kubectl to 1.19.8

Signed-off-by: pppazos <hgartti@gmail.com>

# This is the commit message hyperledger#35:

vault validation function improvement

Signed-off-by: mgCepeda <marina.gomez.cepeda@accenture.com>

# This is the commit message hyperledger#36:

vault validation function improvement for tessera and besu nodes

Signed-off-by: mgCepeda <marina.gomez.cepeda@accenture.com>

# This is the commit message hyperledger#37:

[shared] updates for k8s 1.19

Signed-off-by: Roy,Sownak <sownak.roy@accenture.com>

# This is the commit message hyperledger#38:

[besu] Updated for vault v2

Signed-off-by: Roy,Sownak <sownak.roy@accenture.com>

# This is the commit message hyperledger#39:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#40:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#41:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#42:

[ci skip] Deleting gitops release files

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#43:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#44:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#45:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#46:

[ci skip] Deleting gitops release files

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#47:

corda json-schema definition (hyperledger#1564)

Signed-off-by: Jose Pazos <pppazos@gmail.com>
# This is the commit message hyperledger#48:

Moved tessera crypto to k8s job (hyperledger#1579)

Signed-off-by: suvajit-sarkar <suvajit.sarkar@accenture.com>
# This is the commit message hyperledger#49:

Final squash of pr (hyperledger#1570)

Signed-off-by: angelaalagbe <angela.alagbe@accenture.com>
# This is the commit message hyperledger#50:

Removed need to have network.yaml in build folder for validation (hyperledger#1583)

Signed-off-by: suvajit-sarkar <suvajit.sarkar@accenture.com>
# This is the commit message hyperledger#51:

[quorum] Separete quorum node and tessera deployment (hyperledger#1580)

* Separete quorum node and tessera

Signed-off-by: mgCepeda <marina.gomez.cepeda@accenture.com>

* separate quorum node and tessera

Signed-off-by: mgCepeda <marina.gomez.cepeda@accenture.com>
# This is the commit message hyperledger#52:

Update sample yamls for quourm; changed variable name for q2t port

Signed-off-by: suvajit-sarkar <suvajit.sarkar@accenture.com>

# This is the commit message hyperledger#53:

Updated roadmap and CM

Signed-off-by: suvajit-sarkar <suvajit.sarkar@accenture.com>

# This is the commit message hyperledger#54:

[docs] updated links and matrix

Signed-off-by: Roy,Sownak <sownak.roy@accenture.com>

# This is the commit message hyperledger#55:

Bump urijs (hyperledger#1578)

Bumps [urijs](https://github.com/medialize/URI.js) from 1.19.6 to 1.19.7.
- [Release notes](https://github.com/medialize/URI.js/releases)
- [Changelog](https://github.com/medialize/URI.js/blob/gh-pages/CHANGELOG.md)
- [Commits](medialize/URI.js@v1.19.6...v1.19.7)

---
updated-dependencies:
- dependency-name: urijs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
# This is the commit message hyperledger#56:

[docs] change Fulcrum to Blockchain Automation Framework (hyperledger#1577)

Signed-off-by: Tracy Kuhrt <tracy.a.kuhrt@accenture.com>
# This is the commit message hyperledger#57:

Create settings.yml (hyperledger#1582)

This will set the default branch to main.

Signed-off-by: Ry Jones <ry@linux.com>
# This is the commit message hyperledger#58:

[quorum] fix deployment issues (hyperledger#1587)

Signed-off-by: Roy,Sownak <sownak.roy@accenture.com>
# This is the commit message hyperledger#59:

made updates needed to support vault kv v2 for Corda Opensource

# This is the commit message hyperledger#60:

[ci skip] Pushing deployment file for storageclass

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#61:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#62:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#63:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#64:

[ci skip] Deleting gitops release files

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#65:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#66:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#67:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#68:

[ci skip] Deleting gitops release files

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#69:

modified create certificates role to support vault kv v2 for Corda Opensource

# This is the commit message hyperledger#70:

[ci skip] Pushing deployment file for storageclass

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#71:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#72:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#73:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#74:

[ci skip] Deleting gitops release files

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#75:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#76:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#77:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#78:

[ci skip] Deleting gitops release files

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#79:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#80:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#81:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#82:

[ci skip] Deleting gitops release files

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#83:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#84:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#85:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#86:

[ci skip] Deleting gitops release files

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#87:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#88:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#89:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#90:

[ci skip] Deleting gitops release files

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#91:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#92:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#93:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#94:

[ci skip] Deleting gitops release files

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#95:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#96:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#97:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#98:

[ci skip] Deleting gitops release files

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#99:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#100:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#101:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#102:

[ci skip] Deleting gitops release files

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#103:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#104:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#105:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#106:

[ci skip] Deleting gitops release files

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#107:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#108:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#109:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#110:

[ci skip] Deleting gitops release files

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#111:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#112:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#113:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#114:

[ci skip] Deleting gitops release files

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#115:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#116:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#117:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#118:

[ci skip] Deleting gitops release files

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#119:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#120:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#121:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#122:

[ci skip] Deleting gitops release files

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#123:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#124:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#125:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#126:

[ci skip] Pushing deployment files for doorman node and doorman mongodb node

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#127:

[ci skip] Pushing deployment files for networkmap node and networkmapmongodb node

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#128:

[ci skip] Deleting gitops release files

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#129:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#130:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#131:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#132:

[ci skip] Pushing deployment files for doorman node and doorman mongodb node

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#133:

[ci skip] Pushing deployment files for networkmap node and networkmapmongodb node

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#134:

[ci skip] Deleting gitops release files

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#135:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#136:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#137:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#138:

[ci skip] Deleting gitops release files

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#139:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#140:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#141:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#142:

[ci skip] Pushing deployment files for doorman node and doorman mongodb node

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#143:

[ci skip] Pushing deployment files for networkmap node and networkmapmongodb node

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#144:

[ci skip] Deleting gitops release files

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#145:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#146:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#147:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#148:

[ci skip] Pushing deployment files for doorman node and doorman mongodb node

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#149:

[ci skip] Pushing deployment files for networkmap node and networkmapmongodb node

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#150:

[ci skip] Deleting gitops release files

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#151:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#152:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#153:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#154:

[ci skip] Pushing deployment files for doorman node and doorman mongodb node

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#155:

[ci skip] Pushing deployment files for networkmap node and networkmapmongodb node

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#156:

[ci skip] Deleting gitops release files

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#157:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#158:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#159:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#160:

[ci skip] Pushing deployment files for doorman node and doorman mongodb node

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#161:

[ci skip] Pushing deployment files for networkmap node and networkmapmongodb node

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#162:

[ci skip] Deleting gitops release files

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#163:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#164:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#165:

[ci skip] Pushing deployment files for namespace and service accounts

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#166:

[ci skip] Pushing deployment files for doorman node and doorman mongodb node

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#167:

[ci skip] Pushing deployment files for networkmap node and networkmapmongodb node

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>

# This is the commit message hyperledger#168:

[ci skip] Deleting gitops release files

Signed-off-by: kaverikhaneja <kaveri.khaneja@accenture.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
indy Related to the Hyperledger Indy Platform
Projects
No open projects
Sprint 2
  
Review in progress
Sprint 3
  
Done
Development

No branches or pull requests

3 participants