Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 934 Bytes

README.md

File metadata and controls

48 lines (33 loc) · 934 Bytes

ParamLand

A parameter store clone for local use

Table of Contents

Introduction

The purpose of this project is to create a clone of aws parameter store for local use.

Features

List of key features or functionalities provided by the project.

  • Store credentials using a path style syntax
  • Account management
  • Import a file to an account
  • Search by parameter key name and value
  • Generate a php file for a given path

Installation

  • Install lando
  • Run lando start
  • Setup databases/pgAdmin
  • Navigate to URL output by lando

Usage

  • Run lando start from your terminal

TODOs

  • Add instructions for lando and pg import
  • Add pg schemas
  • Accounts / security keys

Notes