Giter Club home page Giter Club logo

billboard's Introduction

VaultViewer

A web application to view the vault database.

How to run it ?

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

How to use it ?

Run your vault database locally, provide the root token or the dev token to access the contents.

Use it with docker

Pull the image from the hub

docker pull cafebabe1991/vault-viewer:v1

Run the downloaded docker image

docker run -p 9000:9000 -p 9001:9001 cafebabe1991/vault-viewer:v1

Enable cors

Run this command instead.

curl --header "X-Vault-Token: devtoken" --request PUT --data '{ "allowed_origins":"*", "allowed_headers":"X-Custom-Header"}' http://127.0.0.1:9001/v1/sys/config/cors

Now the application is ready to use. Just make sure to put 'devtoken' inside the vault token input field on the gui.

How to contribute ?

Solve issues or raise some.

billboard's People

Contributors

angular-cli avatar raul1991 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

billboard's Issues

Correct the README

  • Readme should include the information about the project
  • Link to wikis if required

Recursive list secrets

Add a new request type - 'recursive-list' in the dropdown and a new method to support the same but that uses the get and list methods that already exist.

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.