Giter Club home page Giter Club logo

internal's Introduction

Bank-Vaults internal libraries

GitHub Workflow Status OpenSSF Scorecard

Internal libraries used by Bank-Vaults components.

Development

For an optimal developer experience, it is recommended to install Nix and direnv.

Alternatively, install Go on your computer then run make deps to install the rest of the dependencies.

Make sure Docker is installed with Compose.

Fetch required tools:

make deps

Run project dependencies:

make up

Run the test suite:

make test

Run linters:

make lint # pass -j option to run them in parallel

Some linter violations can automatically be fixed:

make fmt

Once you are done, you can tear down project dependencies:

make down

License

The project is licensed under the Apache 2.0 License.

internal's People

Contributors

akijakya avatar csatib02 avatar dependabot[bot] avatar ramizpolic avatar renovate[bot] avatar sagikazarmark avatar

Watchers

 avatar  avatar  avatar

internal's Issues

Move `isValidPrefix` methods to provider injector packages

Preflight Checklist

  • I have searched the issue tracker for an issue that matches the one I want to file, without success.
  • I agree to follow the Code of Conduct.

Problem Description

Currently the Secrets-webhook repo contains methods for checking provider prefixes e.g.: https://github.com/bank-vaults/secrets-webhook/blob/44e97a55e446774eb1e19dc3d782db77c37f3a51/pkg/provider/vault/provider.go#L72C1-L74C2

Proposed Solution

Move these to the corresponding injector package, making it a single source of truth.

Alternatives Considered

No response

Additional Information

No response

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.