Skip to content
This repository was archived by the owner on Jul 25, 2023. It is now read-only.

Live Long and Prosper, Aegis 🖖#488

Open
v0lkan wants to merge 12 commits intomainfrom
feature/naming-changes
Open

Live Long and Prosper, Aegis 🖖#488
v0lkan wants to merge 12 commits intomainfrom
feature/naming-changes

Conversation

@v0lkan
Copy link
Copy Markdown
Contributor

@v0lkan v0lkan commented Jul 24, 2023

This Pull Request achieves the following:

  • Refactors the entire codebase to remove ALL instances of Aegis.
  • Updates Go files to point to https://github.com/vmware-tanzu/secrets-manager
  • Updates the license from MIT to BSD-2 Clause
  • Adds or update the license disclaimer in every single file.
  • Adds a documentation section into the source code repository

This is the first step in moving Aegis into new home under VMware Tanzu GitHub organization as an open source project.

v0lkan added 12 commits July 22, 2023 17:26
This Pull Request achieves the following:

* Refactors the entire codebase to remove ALL instances of Aegis.
* Updates Go files to point to https://github.com/vmware-tanzu/secrets-manager
* Updates the license from MIT to BSD-2 Clause
* Adds or update the license disclaimer in every single file.
* Adds a documentation section into the source code repository

This is the first step in moving Aegis into new home under VMware Tanzu GitHub organization as an open source project.

Signed-off-by: Volkan Özçelik <me@volkan.io>
Signed-off-by: Volkan Özçelik <me@volkan.io>
…ng-changes

Signed-off-by: Volkan Özçelik <me@volkan.io>

# Conflicts:
#	dockerfiles/aegis-ist-fips/init-container.Dockerfile
#	dockerfiles/aegis-ist-fips/safe.Dockerfile
#	dockerfiles/aegis-ist-fips/sentinel.Dockerfile
#	dockerfiles/aegis-ist-fips/sidecar.Dockerfile
#	dockerfiles/aegis-ist/init-container.Dockerfile
#	dockerfiles/aegis-ist/safe.Dockerfile
#	dockerfiles/aegis-ist/sentinel.Dockerfile
#	dockerfiles/aegis-ist/sidecar.Dockerfile
#	dockerfiles/aegis-photon-fips/init-container.Dockerfile
#	dockerfiles/aegis-photon-fips/safe.Dockerfile
#	dockerfiles/aegis-photon-fips/sentinel.Dockerfile
#	dockerfiles/aegis-photon-fips/sidecar.Dockerfile
#	dockerfiles/aegis-photon/init-container.Dockerfile
#	dockerfiles/aegis-photon/safe.Dockerfile
#	dockerfiles/aegis-photon/sentinel.Dockerfile
#	dockerfiles/aegis-photon/sidecar.Dockerfile
#	dockerfiles/example/init-container.Dockerfile
#	dockerfiles/example/multiple-secrets.Dockerfile
#	dockerfiles/example/sdk.Dockerfile
#	dockerfiles/example/sidecar.Dockerfile
#	examples/aegis-workshop/init-container/image-override.yaml
#	examples/aegis-workshop/inspector/Deployment.yaml
#	examples/aegis-workshop/inspector/image-override.yaml
#	examples/aegis-workshop/sdk/image-override.yaml
#	examples/aegis-workshop/sidecar/image-override.yaml
#	examples/multiple-secrets/k8s/Deployment.yaml
#	examples/pre-vsecm-workshop/init-container/Deployment.yaml
#	examples/pre-vsecm-workshop/sdk/Deployment.yaml
#	examples/pre-vsecm-workshop/sidecar/Deployment.yaml
#	examples/using-init-container/k8s/Deployment.yaml
#	examples/using-init-container/k8s/image-override.yaml
#	examples/using-sdk/k8s/Deployment.yaml
#	examples/using-sidecar/k8s/Deployment.yaml
#	examples/using-sidecar/k8s/image-override.yaml
#	k8s/safe/kustomizations/local/istanbul-fips/Deployment.yaml
#	k8s/safe/kustomizations/local/istanbul-fips/image-override-ist-fips-local.yaml
#	k8s/safe/kustomizations/local/istanbul/Deployment.yaml
#	k8s/safe/kustomizations/local/istanbul/image-override-ist-local.yaml
#	k8s/safe/kustomizations/local/photon-fips/Deployment.yaml
#	k8s/safe/kustomizations/local/photon-fips/image-override-photon-fips-local.yaml
#	k8s/safe/kustomizations/local/photon/Deployment.yaml
#	k8s/safe/kustomizations/local/photon/image-override-photon-local.yaml
#	k8s/safe/kustomizations/remote/istanbul-fips/Deployment.yaml
#	k8s/safe/kustomizations/remote/istanbul-fips/image-override-ist-fips-remote.yaml
#	k8s/safe/kustomizations/remote/istanbul/Deployment.yaml
#	k8s/safe/kustomizations/remote/istanbul/image-override-ist-remote.yaml
#	k8s/safe/kustomizations/remote/photon-fips/Deployment.yaml
#	k8s/safe/kustomizations/remote/photon-fips/image-override-photon-fips-remote.yaml
#	k8s/safe/kustomizations/remote/photon/Deployment.yaml
#	k8s/safe/kustomizations/remote/photon/image-override-photon-remote.yaml
#	k8s/sentinel/kustomizations/local/istanbul-fips/Deployment.yaml
#	k8s/sentinel/kustomizations/local/istanbul-fips/image-override-ist-fips-local.yaml
#	k8s/sentinel/kustomizations/local/istanbul/Deployment.yaml
#	k8s/sentinel/kustomizations/local/istanbul/image-override-ist-local.yaml
#	k8s/sentinel/kustomizations/local/photon-fips/Deployment.yaml
#	k8s/sentinel/kustomizations/local/photon-fips/image-override-photon-fips-local.yaml
#	k8s/sentinel/kustomizations/local/photon/Deployment.yaml
#	k8s/sentinel/kustomizations/local/photon/image-override-photon-local.yaml
#	k8s/sentinel/kustomizations/remote/istanbul-fips/Deployment.yaml
#	k8s/sentinel/kustomizations/remote/istanbul-fips/image-override-ist-fips-remote.yaml
#	k8s/sentinel/kustomizations/remote/istanbul/Deployment.yaml
#	k8s/sentinel/kustomizations/remote/istanbul/image-override-ist-remote.yaml
#	k8s/sentinel/kustomizations/remote/photon-fips/Deployment.yaml
#	k8s/sentinel/kustomizations/remote/photon-fips/image-override-photon-fips-remote.yaml
#	k8s/sentinel/kustomizations/remote/photon/Deployment.yaml
#	k8s/sentinel/kustomizations/remote/photon/image-override-photon-remote.yaml
Signed-off-by: Volkan Özçelik <me@volkan.io>
Signed-off-by: Volkan Özçelik <me@volkan.io>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant