Skip to content
This repository was archived by the owner on Jul 25, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
13 changes: 0 additions & 13 deletions .github/FUNDING.yml

This file was deleted.

38 changes: 23 additions & 15 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
#
# .-'_.---._'-.
# ||####|(__)|| Protect your secrets, protect your business.
# \\()|##// Secure your sensitive data with Aegis.
# \\ |#// <aegis.ist>
# .\_/.
#
# /*
# | Protect your secrets, protect your sensitive data.
# : Explore VMware Secrets Manager docs at https://vsecm.com/
# </
# <>/ keep your secrets… secret
# >/
# <>/' Copyright 2023–present VMware, Inc.
# >/' SPDX-License-Identifier: BSD-2-Clause
# */

# Docs
docs/_site
docs/.jekyll-cache

.DS_Store

# Binaries for programs and plugins
*.exe
Expand All @@ -30,15 +38,15 @@
vendor

# Binaries
/aegis-safe
/aegis-init-container
/aegis-sentinel
/aegis-sidecar
/vsecm-safe
/vsecm-init-container
/vsecm-sentinel
/vsecm-sidecar
/example-using-init-container
/example-using-sidecar
/example-using-sdk
/example-multiple-secrets
/aegis-ist-init-container
/aegis-ist-safe
/aegis-ist-sentinel
/aegis-ist-sidecar
/vsecm-ist-init-container
/vsecm-ist-safe
/vsecm-ist-sentinel
/vsecm-ist-sidecar
66 changes: 0 additions & 66 deletions AegisInitContainer.mk

This file was deleted.

12 changes: 0 additions & 12 deletions AegisMacOs.mk

This file was deleted.

65 changes: 0 additions & 65 deletions AegisSafe.mk

This file was deleted.

67 changes: 0 additions & 67 deletions AegisSentinel.mk

This file was deleted.

67 changes: 0 additions & 67 deletions AegisSidecar.mk

This file was deleted.

16 changes: 16 additions & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# | Protect your secrets, protect your sensitive data.
# : Explore VMware Secrets Manager docs at https://vsecm.com/
# </
# <>/ keep your secrets… secret

# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners.
# More details are here: https://help.github.com/articles/about-codeowners/

## Code Owners (in no particular order) ##

* @v0lkan # Volkan Özçelik
* @abhishek44sharma # Abhishek Sharma
* @st96d045 # Esteban Serrano
* @ats0stv # Arun Thundyill Saseendran
* @RamXX # Ramiro Salas
Loading