Skip to content
This repository has been archived by the owner on Dec 5, 2021. It is now read-only.

WIP: Inomurko/vault integration #188

Open
wants to merge 348 commits into
base: develop
Choose a base branch
from
Open
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Mar 30, 2020

  1. Configuration menu
    Copy the full SHA
    87de994 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5c6027 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c82bee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    21ee9d1 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2020

  1. Configuration menu
    Copy the full SHA
    df481e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    540c5b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4f4878 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. Configuration menu
    Copy the full SHA
    01bc2b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    239e967 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2020

  1. fix terraform for destroy orphan k8s secrets, parameterized vault ser…

    …vice type for GKE load balancing
    callensm committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    fca6e3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a45221 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2020

  1. Configuration menu
    Copy the full SHA
    b1e9e51 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2020

  1. Configuration menu
    Copy the full SHA
    8b2f2b9 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. Configuration menu
    Copy the full SHA
    fdb3313 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82f8976 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2020

  1. Configuration menu
    Copy the full SHA
    ee858bd View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2020

  1. Configuration menu
    Copy the full SHA
    ed9d492 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61bb3d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2020

  1. Configuration menu
    Copy the full SHA
    88af210 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2020

  1. Configuration menu
    Copy the full SHA
    4b13d3d View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2020

  1. Configuration menu
    Copy the full SHA
    a6817d6 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2020

  1. Configuration menu
    Copy the full SHA
    9a0c626 View commit details
    Browse the repository at this point in the history
  2. Started API documentation

    cypherhat committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    d52d34c View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2020

  1. Documentation - API.md file

    cypherhat committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    045f518 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2020

  1. Merge pull request #11 from omgnetwork/core-infra

    Core infra
    JBunCE authored Aug 13, 2020
    Configuration menu
    Copy the full SHA
    15cc952 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2020

  1. Ino's request: is there a way to actually use storage I could backup …

    …and continue using it
    cypherhat authored and callensm committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    e61fd21 View commit details
    Browse the repository at this point in the history
  2. use go 1.14 as builder. remove vendored deps. remove activateChildCha…

    …in. bumpt to v1.9.16 geth
    cypherhat authored and callensm committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    7faf20d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a74ae7 View commit details
    Browse the repository at this point in the history
  4. Ino's request: is there a way to actually use storage I could backup …

    …and continue using it
    cypherhat authored and callensm committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    490e714 View commit details
    Browse the repository at this point in the history
  5. update gcr process

    callensm committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    d692589 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c22a6f7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    900583d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5f53a75 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    60ade44 View commit details
    Browse the repository at this point in the history
  10. remove unused terraform

    callensm committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    73ca112 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    73527f5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    90cf6f3 View commit details
    Browse the repository at this point in the history
  13. Initial helm chart to support raft + auto unseal

    * Use RAFT as the vault backend
    * Auto-Unseal using a KMS Key
    * Filled out the vault-overrides file
    * Created a README on how to runt his in helm
    ftcjeff authored and callensm committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    01c4449 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    dbb039f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ba4eca4 View commit details
    Browse the repository at this point in the history
  16. Updating the helm chart to be easier to use:

    * Updated README instructions
    * No longer use the local vault helm chart, use the official one from
    hashi (files to be removed later)
    * Standardize names of resources
    ftcjeff authored and callensm committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    f3351cd View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0345ae6 View commit details
    Browse the repository at this point in the history
  18. Adding my changelog edits

    ftcjeff authored and callensm committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    d54f837 View commit details
    Browse the repository at this point in the history
  19. Moved some refactor to new features

    ftcjeff authored and callensm committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    d098a9a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f10d45e View commit details
    Browse the repository at this point in the history
  21. nuke the unsealer directory

    callensm committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    9af0df8 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    2a24996 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    8b76ecc View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    b56683c View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    6720c19 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    8482a14 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. Configuration menu
    Copy the full SHA
    7b17cf4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4b0903 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62b248c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f058283 View commit details
    Browse the repository at this point in the history
  5. changing the user

    cypherhat committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    dd55dd4 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

  1. Configuration menu
    Copy the full SHA
    4c9690d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1927f3 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. Configuration menu
    Copy the full SHA
    aa72b92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2429dd0 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2020

  1. Configuration menu
    Copy the full SHA
    c7ff692 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23c6f5f View commit details
    Browse the repository at this point in the history
  3. Turning on UI

    ftcjeff committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    ff5cef7 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2020

  1. Configuration menu
    Copy the full SHA
    9a74d99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f96eea1 View commit details
    Browse the repository at this point in the history
  3. Minor edits to the README

    ftcjeff committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    c21e804 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2020

  1. Merge pull request #14 from omgnetwork/infra_v2

    infra_v2
    callensm authored Aug 30, 2020
    Configuration menu
    Copy the full SHA
    19538b4 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. Configuration menu
    Copy the full SHA
    2df84c9 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2020

  1. Configuration menu
    Copy the full SHA
    c00e50f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f97bc9 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. Merge

    ftcjeff committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    c088a71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76f3c0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1631142 View commit details
    Browse the repository at this point in the history
  4. Fix unbound variables

    ftcjeff committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    4ab834a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1526b29 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. datadog overrides for helm

    callensm committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    e6eb640 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40bfbc6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c108ab3 View commit details
    Browse the repository at this point in the history
  4. persist docker image

    callensm committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    5f46f17 View commit details
    Browse the repository at this point in the history
  5. readd circleci job filters

    callensm committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    f6fbdb4 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

  1. Merge pull request #18 from omgnetwork/infra_v2

    Infra v2
    Ino Murko authored Sep 16, 2020
    Configuration menu
    Copy the full SHA
    a6f0d11 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2020

  1. Configuration menu
    Copy the full SHA
    ba71bc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7cc9951 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa5c700 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #19 from omgnetwork/inomurko/dont_run_tests

    dont execute tests just migrate
    cypherhat authored Sep 18, 2020
    Configuration menu
    Copy the full SHA
    7f2c1d7 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2020

  1. Configuration menu
    Copy the full SHA
    0bca8b8 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

  1. only --build on test

    cypherhat committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    4a6491a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8998e88 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    587cde0 View commit details
    Browse the repository at this point in the history
  4. remove testing

    cypherhat committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    79fae88 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2020

  1. Configuration menu
    Copy the full SHA
    1bcb8ba View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2020

  1. Configuration menu
    Copy the full SHA
    5cfb52f View commit details
    Browse the repository at this point in the history
  2. pull nonce if present

    Ino Murko committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    7588ca4 View commit details
    Browse the repository at this point in the history
  3. test in ci and nonce

    Ino Murko committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    d4e390c View commit details
    Browse the repository at this point in the history
  4. own mounted volumes

    Ino Murko committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    7043860 View commit details
    Browse the repository at this point in the history
  5. sequential nonce

    Ino Murko committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    f28e8df View commit details
    Browse the repository at this point in the history
  6. Merge pull request #20 from omgnetwork/inomurko/nonce

    pull nonce if present
    cypherhat authored Oct 2, 2020
    Configuration menu
    Copy the full SHA
    b5988dc View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2020

  1. update testing, strict API

    Ino Murko committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    d7acda8 View commit details
    Browse the repository at this point in the history
  2. idk go

    Ino Murko committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    aa8dfb8 View commit details
    Browse the repository at this point in the history
  3. correct path

    Ino Murko committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    ac43de3 View commit details
    Browse the repository at this point in the history
  4. stand up vault

    Ino Murko committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    37c2979 View commit details
    Browse the repository at this point in the history
  5. rm dependencies

    Ino Murko committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    e347124 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    11798c4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    46dd614 View commit details
    Browse the repository at this point in the history
  8. Updating the CHANGELOG

    ftcjeff committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    267b712 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2020

  1. Add a guard

    ftcjeff committed Oct 4, 2020
    Configuration menu
    Copy the full SHA
    530ca73 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2020

  1. stricter API, abort when empty

    Ino Murko committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    b89e873 View commit details
    Browse the repository at this point in the history
  2. stricter API, abort when empty

    Ino Murko committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    ed440cd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #21 from omgnetwork/inomurko/nonce

    Inomurko/nonce
    cypherhat authored Oct 5, 2020
    Configuration menu
    Copy the full SHA
    be3f76e View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2020

  1. Updating changelog

    ftcjeff committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    6c903bb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #22 from omgnetwork/infra_v2

    Infra v2 to master
    immutajeff authored Oct 6, 2020
    Configuration menu
    Copy the full SHA
    dbc3d04 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Updated the date in changelog

    ftcjeff authored and callensm committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    cb1ec0e View commit details
    Browse the repository at this point in the history
  2. Adding back in the VPN VPC

    ftcjeff authored and callensm committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    f2e678d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d95625b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c8c6c28 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a099a38 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8c14a8f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c756c5a View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. Configuration menu
    Copy the full SHA
    2be8256 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28f06d5 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2020

  1. Configuration menu
    Copy the full SHA
    bcf5869 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. Configuration menu
    Copy the full SHA
    002c576 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. Configuration menu
    Copy the full SHA
    61738d1 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2020

  1. Merge pull request #25 from omgnetwork/inomurko/infra_v2_API_updatge

    Inomurko/infra v2 api update
    Ino Murko authored Nov 14, 2020
    Configuration menu
    Copy the full SHA
    b22d13e View commit details
    Browse the repository at this point in the history
  2. add dns peering for gke

    callensm committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    c57a3b3 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. refactor base64 decoding and slicing

    Ino Murko committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    f689917 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. check block root size

    [email protected] committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    457a829 View commit details
    Browse the repository at this point in the history
  2. nonce should be 1

    [email protected] committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    3623d19 View commit details
    Browse the repository at this point in the history
  3. nonce should be 1

    [email protected] committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    026fd64 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #26 from omgnetwork/inomurko/fix_base64

    refactor base64 decoding and slicing
    Ino Murko authored Nov 17, 2020
    Configuration menu
    Copy the full SHA
    4122360 View commit details
    Browse the repository at this point in the history
  5. Adding load balancer support

    ftcjeff committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    cf67c28 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2020

  1. fix: ensure pods have k8s labels

    This enables Kubernetes Service Registration, which means that the Vault
    pods get the correct labels. Without this, the vault-active service is
    broken, it can never identify the master in the Vault cluster.
    Michael Captain committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    baf66c9 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. Disable ui and ingress

    ftcjeff committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    42f732d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0096aab View commit details
    Browse the repository at this point in the history
  3. Merge pull request #28 from omgnetwork/add-k8s-labels-to-pods

    fix: ensure pods have k8s labels
    Michael Captain authored Nov 24, 2020
    Configuration menu
    Copy the full SHA
    e120b38 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db7e2fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    816108a View commit details
    Browse the repository at this point in the history
  6. Merge pull request #27 from omgnetwork/infra_v2

    Add a Load Balancer in front of Vault
    immutajeff authored Nov 24, 2020
    Configuration menu
    Copy the full SHA
    8ea630a View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2020

  1. feat: k8s self-signed issuer with cert-manager

    Add a helm chart for installing cert-manager, along with a chart for
    installing a self-signed certificate issuer. They need to be installed
    sequentially, because cert-manager installs new CRDs into Kubernetes,
    and won't take issuers in the templates when you use cert-manager as a
    dependency.
    Michael Captain committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    44f11a0 View commit details
    Browse the repository at this point in the history
  2. fix: add missing -c flag to gen_overrides.sh

    Michael Captain committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    0b30e37 View commit details
    Browse the repository at this point in the history
  3. chore: remove gen_certs.sh and certs dir

    As far as I can tell, this script is completely deprecated by
    cert-manager.
    Michael Captain committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    16b4d42 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2020

  1. feat: create custom vault chart with certificate

    Move the existing vault-overrides.yaml to the values.yaml of a dedicated
    chart, which also includes a template for using the self-signed
    certificate from cert-manager.
    
    gen_overrides.sh is updated accordingly.
    Michael Captain committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    f38e9be View commit details
    Browse the repository at this point in the history
  2. chore: move storage to the vault chart

    Michael Captain committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    7122705 View commit details
    Browse the repository at this point in the history
  3. chore: remove deprecated vault-overrides.yaml

    Michael Captain committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    7b3a149 View commit details
    Browse the repository at this point in the history
  4. docs: update usage of vault chart

    Michael Captain committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    de13b94 View commit details
    Browse the repository at this point in the history
  5. fix: update tls filenames

    Michael Captain committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    803ffea View commit details
    Browse the repository at this point in the history
  6. fix: serialise docker-compose network creation

    This should fix the flaky CI build. I don't think this will add very
    much to the build runtime, as vault_server needs to wait on truffle
    anyway.
    Michael Captain committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    6a9b2fe View commit details
    Browse the repository at this point in the history
  7. fix: add sleep to prevent docker network race condition

    Michael Captain committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    fb0a56d View commit details
    Browse the repository at this point in the history
  8. Merge pull request #34 from omgnetwork/fix-flaky-circleci

    fix(circleci): fix docker network race condition
    Michael Captain authored Nov 27, 2020
    Configuration menu
    Copy the full SHA
    8d3c835 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2020

  1. Merge pull request #33 from omgnetwork/use-cert-manager

    refactor: move self-signed certs to cert-manager and helmify Vault
    Michael Captain authored Nov 30, 2020
    Configuration menu
    Copy the full SHA
    d92d228 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. feat(terraform): make vault cluster dev-ready

    Changes to the terraform for Vault cluster deployment in order to make
    it suitable for dev:
    
    * Dev storage read permission granted to the nodes for pulling the omgnetwork/vault container.
    * DNS zone for DNS-01 challenges and a record for the ingress IP
    * DNS admin permission for the cluster to add records for the DNS-01 challenge.
    Michael Captain committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    ee2ba3b View commit details
    Browse the repository at this point in the history
  2. fix: move all /home/vault to /vault

    The Vault helm chart overwrites /home/vault with an empty dir:
    
    https://github.com/hashicorp/vault-helm/blob/f6c9d5837bfa260081c9311e75ffd48efa8f75af/templates/server-statefulset.yaml#L121-L122
    
    Sadly, the plugin for our image gets lost underneath the mount.
    
    The simplest fix, as far as I can tell, is to use the /vault directory
    for deploying the plugin instead, so this commit re-homes vault config.
    
    And bump semver to 0.0.7
    Michael Captain committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    d9006f6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #35 from omgnetwork/rehome-vault

    fix: move all /home/vault to /vault
    Michael Captain authored Dec 2, 2020
    Configuration menu
    Copy the full SHA
    a483a6a View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. feat: add issuers for self-signed / letsencrypt certificates

    Michael Captain committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    d2e75c5 View commit details
    Browse the repository at this point in the history
  2. feat: add Traefik for ingress

    Michael Captain committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    7ebc467 View commit details
    Browse the repository at this point in the history
  3. feat: use ingress with SSL for Vault, update Vault image

    Michael Captain committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    8f55a41 View commit details
    Browse the repository at this point in the history
  4. docs: update supporting scripts and documentation

    Michael Captain committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    0b25eab View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. Merge pull request #36 from omgnetwork/deploy-to-dev

    feat: deploy Immutability Vault plugin to OMG Network's dev environment
    Michael Captain authored Dec 4, 2020
    Configuration menu
    Copy the full SHA
    62ef352 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. Configuration menu
    Copy the full SHA
    ca2a49c View commit details
    Browse the repository at this point in the history
  2. fix tests

    fixing tests
    
    fixing tests
    InoMurko committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    40ddcde View commit details
    Browse the repository at this point in the history
  3. test everything and valite

    InoMurko committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    1a19db2 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. Merge pull request #38 from omgnetwork/inomurko/config_l1_l2_support

    expanding config/ adding test validation
    InoMurko authored Jul 7, 2021
    Configuration menu
    Copy the full SHA
    abe9c34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5226dd4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #39 from omgnetwork/inomurko/ovm_contract_bindings

    generate go bindings for contracts with go-e abigen
    InoMurko authored Jul 7, 2021
    Configuration menu
    Copy the full SHA
    c9bb7f3 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. appendStateBatch call API

    InoMurko committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    216d321 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2021

  1. Configuration menu
    Copy the full SHA
    b0308d2 View commit details
    Browse the repository at this point in the history
  2. re-enable pathOvmAppendSequencerBatch, figure out how to manually cal…

    …l raw AppendSequencerBatch
    InoMurko committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    5545cda View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. Configuration menu
    Copy the full SHA
    2f3f94a View commit details
    Browse the repository at this point in the history
  2. revert go.sum

    InoMurko committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    2b2e044 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #40 from omgnetwork/inomurko/ovm_contract_bindings

    ovm contract bidings, api calls for appendSequencerBatch, appendStateBatch
    InoMurko authored Jul 12, 2021
    Configuration menu
    Copy the full SHA
    a26cedb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e91fdc9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6e22d75 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. Configuration menu
    Copy the full SHA
    4594011 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    317b836 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fd8d6a View commit details
    Browse the repository at this point in the history
  4. Merge branch 'inomurko/vault-integration' of github.com:omgnetwork/op…

    …timism into inomurko/vault-integration
    petardenev committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    8803503 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b0cb441 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e0162c3 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'inomurko/vault-integration' of github.com:omgnetwork/op…

    …timism into inomurko/vault-integration
    InoMurko committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    145e200 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7178e72 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'inomurko/vault-integration' of github.com:omgnetwork/op…

    …timism into inomurko/vault-integration
    petardenev committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    dc2632e View commit details
    Browse the repository at this point in the history
  10. funding accounts

    InoMurko committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    96df717 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'inomurko/vault-integration' of github.com:omgnetwork/op…

    …timism into inomurko/vault-integration
    InoMurko committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    5b71103 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

  1. Configuration menu
    Copy the full SHA
    9ef0a69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8bed6a View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2021

  1. local provisioning, docs

    InoMurko committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    76253fb View commit details
    Browse the repository at this point in the history
  2. Merge branch 'inomurko/vault-integration' of github.com:omgnetwork/op…

    …timism into inomurko/vault-integration
    InoMurko committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    64d32d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6fba564 View commit details
    Browse the repository at this point in the history
  4. build vault on master

    InoMurko committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    250103f View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

  1. extract tests, play the data exchange game between Vault and Deployer…

    …, wallet,account and policy setup for Vault tests
    InoMurko committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    45040f1 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. vault tests

    InoMurko committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    26ffb1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2cda2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05b9c30 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3be2686 View commit details
    Browse the repository at this point in the history
  5. trap exits

    InoMurko committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    207f87e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8a36533 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. Configuration menu
    Copy the full SHA
    34244f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7a3d4f View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

  1. Configuration menu
    Copy the full SHA
    19cd399 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

  1. Configuration menu
    Copy the full SHA
    f2837cd View commit details
    Browse the repository at this point in the history
  2. vault test execution

    InoMurko committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    8bca8d3 View commit details
    Browse the repository at this point in the history
  3. vault test execution

    InoMurko committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    51d142b View commit details
    Browse the repository at this point in the history
  4. ec2 execution of vault tests

    InoMurko committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    3f42e1e View commit details
    Browse the repository at this point in the history
  5. ec2 execution of vault tests

    InoMurko committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    228a383 View commit details
    Browse the repository at this point in the history
  6. ec2 execution of vault tests

    InoMurko committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    7d17111 View commit details
    Browse the repository at this point in the history
  7. ec2 execution of vault tests

    InoMurko committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    2f9f84c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dc26e70 View commit details
    Browse the repository at this point in the history
  9. ec2 execution of vault tests

    InoMurko committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    d490c95 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

  1. remove old-contracts package from production code

    by removing old-contracts package from production code it allows us to remove private keys interactions
    InoMurko committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    d2c1431 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b7b48c View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Configuration menu
    Copy the full SHA
    89f75ab View commit details
    Browse the repository at this point in the history
  2. uncomment guards

    InoMurko committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    083aebf View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. Configuration menu
    Copy the full SHA
    246b2ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cae7c63 View commit details
    Browse the repository at this point in the history
  3. batch submitter uses l1Provider if in vault mode to initialize Canoni…

    …calTransactionChainContract
    InoMurko committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    d492bc8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    784ffe1 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. disable tls for vault, pass in vault url and token for batch submitte…

    …r, vault transaction module
    InoMurko committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    d2bf1a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62f14cc View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. Configuration menu
    Copy the full SHA
    eadf520 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd53872 View commit details
    Browse the repository at this point in the history
  3. end2end vault tests

    InoMurko committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    906b8d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a1b862 View commit details
    Browse the repository at this point in the history
  5. build containers

    InoMurko committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    dff0f9b View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

  1. Configuration menu
    Copy the full SHA
    8d0e541 View commit details
    Browse the repository at this point in the history
  2. end2end state submission

    InoMurko committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    e1952fb View commit details
    Browse the repository at this point in the history
  3. 30m token policy

    InoMurko committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    c4ed353 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4103b1b View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. cleanup

    InoMurko committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    e65826b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a541153 View commit details
    Browse the repository at this point in the history
  3. wait for transaction

    InoMurko committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    6668121 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. allow docker to push ${github_sha} to hub.docker.com and then to buil…

    …d aws containers from the ${github_sha} also added iam policy fetures to both ecs cluster and batch-submitter
    petardenev committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    7bc0f50 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. Configuration menu
    Copy the full SHA
    6ad9db2 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. Configuration menu
    Copy the full SHA
    202f08d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eee449d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    638a70e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    17a71a7 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'inomurko/vault-integration' of github.com:omgnetwork/op…

    …timism into inomurko/vault-integration
    InoMurko committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    be9c02a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0157775 View commit details
    Browse the repository at this point in the history
  7. estimate gas from the provider, fix transaction hash responses if the…

    …y're not mined, remove all plasma code
    InoMurko committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    50de098 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'inomurko/vault-integration' of github.com:omgnetwork/op…

    …timism into inomurko/vault-integration
    InoMurko committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    07ffc5c View commit details
    Browse the repository at this point in the history
  9. estimate gas from the provider, fix transaction hash responses if the…

    …y're not mined, remove all plasma code
    InoMurko committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    6238578 View commit details
    Browse the repository at this point in the history
  10. disabling some services in the .github/workflows/omgx-publish-develop…

    ….yml to make sure the build goes OK
    petardenev committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    ea7119c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6f230c5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6ef5d62 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. 1 Configuration menu
    Copy the full SHA
    f557b70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40ae82e View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. Configuration menu
    Copy the full SHA
    f91bc01 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. Configuration menu
    Copy the full SHA
    689505a View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. Configuration menu
    Copy the full SHA
    705e176 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. adding vault-unsealer that uses aws kms to encrypt the keys and store…

    …d the actual encryption keys in the ssm parameter store
    petardenev committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    6c55731 View commit details
    Browse the repository at this point in the history