Skip to content

Commit

Permalink
chore: replace references to banzaicloud with bank-vaults
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sagi-Kazar <[email protected]>
  • Loading branch information
sagikazarmark committed Jul 18, 2023
1 parent 913b544 commit c9cd026
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion ADOPTERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This is a list of production adopters of Bank-Vaults (in alphabetical order):
- [Aspect](https://www.aspect.com) is using Bank-Vaults to provision and configure Vault for the Aspect Via® Cloud Contact Centre Platform.
- [Banzai Cloud](https://banzaicloud.com) is using Bank-Vaults to provision and configure Vault for the Pipeline control plane and also the mutating webhook to inject Secrets in the provisioned user clusters.
- [Outshift](https://outshift.com) (by Cisco) is using Bank-Vaults to provision and configure Vault on Kubernetes and to inject secrets into applications.
- [Mintel](https://www.mintel.com) is using Bank-Vaults to provision and configure Vault to provide secrets to applications.
- [PhishLabs](https://www.phishlabs.com) uses bank-vaults extensively. We take advantage of the ability to inject secrets into the runtime of our applications, thus limiting secrets being stored in Kubernetes Secrets.
- [PITS Global Data Recovery Services](https://www.pitsdatarecovery.net/) is using Bank-Vaults for their CI/CD pipelines.
Expand Down
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at [email protected]. All
reported by contacting the project team at [email protected]. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Expand Down
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ Please note we have a code of conduct, please follow it in all your interactions

## Pull Request Process

1. Ensure any install or build dependencies are removed before the end of the layer when doing a
1. Ensure any install or build dependencies are removed before the end of the layer when doing a
build.
2. Update the README.md with details of changes to the interface, this includes new environment
2. Update the README.md with details of changes to the interface, this includes new environment
variables, exposed ports, useful file locations and container parameters.
3. Increase the version numbers in any examples files and the README.md to the new version that this
Pull Request would represent. The versioning scheme we use is [SemVer](http://semver.org/).
4. You may merge the Pull Request in once you have the sign-off of two other developers, or if you
4. You may merge the Pull Request in once you have the sign-off of two other developers, or if you
do not have permission to do that, you may request the second reviewer to merge it for you.

## Code of Conduct
Expand Down Expand Up @@ -73,7 +73,7 @@ further defined and clarified by project maintainers.
### Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at [email protected]. All
reported by contacting the project team at [email protected]. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Expand All @@ -89,4 +89,4 @@ This Code of Conduct is adapted from the [Contributor Covenant][homepage], versi
available at [http://contributor-covenant.org/version/1/4][version]

[homepage]: http://contributor-covenant.org
[version]: http://contributor-covenant.org/version/1/4/
[version]: http://contributor-covenant.org/version/1/4/
10 changes: 5 additions & 5 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
## Bank-Vault Core Maintainers
## Bank-Vaults Core Maintainers

| Maintainer | GitHub ID | Affiliation |
| ---------- | --------- | ----------- |
| Jürgen Weber | [jurgenweber](https://github.com/jurgenweber) | [hipages](https://hipagesgroup.com.au) |
| Francesco Ciocchetti | [primeroz](https://github.com/primeroz) | Individual |
| Cosmin Cojocar | [ccojocar](https://github.com/ccojocar) | [Jenkins X](https://jenkins-x.io) |
| Nandor Kracser | [bonifaido](https://github.com/bonifaido) | [Banzai Cloud](https://banzaicloud.com) |
| Peter Balogh | [pbalogh-sa](https://github.com/pbalogh-sa) | [Banzai Cloud](https://banzaicloud.com) |
| Balint Molnar | [baluchicken](https://github.com/baluchicken) | [Banzai Cloud](https://banzaicloud.com) |
| Janos Matyas | [matyix](https://github.com/matyix) | [Banzai Cloud](https://banzaicloud.com) |
| Mark Sagi-Kazar | [sagikazarmark](https://github.com/sagikazarmark) | [Outshift](https://outshift.com) (by Cisco) |
| Nandor Kracser | [bonifaido](https://github.com/bonifaido) | [Outshift](https://outshift.com) (by Cisco) |
| Peter Balogh | [pbalogh-sa](https://github.com/pbalogh-sa) | [Outshift](https://outshift.com) (by Cisco) |
| Janos Matyas | [matyix](https://github.com/matyix) | [Outshift](https://outshift.com) (by Cisco) |
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Thank you for improving the security of `bank-vaults`. We appreciate your effort
responsible disclosure and will make every effort to acknowledge your
contributions.

If you believe you have found a security issue in bank-vaults, please contact us at [email protected].
If you believe you have found a security issue in bank-vaults, please contact us at [email protected].

The lead maintainer will acknowledge your email within 48 hours, and will send a
more detailed response within 48 hours indicating the next steps in handling
Expand Down
8 changes: 4 additions & 4 deletions vault-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ auth:
options:
listing_visibility: "unauth"
config:
organization: banzaicloud
organization: bank-vaults
map:
# Map the banzaicloud dev team on GitHub to the dev policy in Vault
# Map the bank-vaults dev team on GitHub to the dev policy in Vault
teams:
dev: dev
# Map myself to the root policy in Vault
Expand Down Expand Up @@ -117,7 +117,7 @@ auth:
userdn: "ou=users,dc=example,dc=org"
groupdn: "ou=groups,dc=example,dc=org"
groups:
# Map the banzaicloud dev team on GitHub to the dev policy in Vault
# Map the bank-vaults dev team on GitHub to the dev policy in Vault
developers:
policies: allow_secrets
# Map myself to the allow_secrets policy in Vault
Expand All @@ -135,7 +135,7 @@ auth:
options:
listing_visibility: "unauth"
config:
organization: banzaicloud
organization: bank-vaults
base_url: okta.com

# The cert auth method allows authentication using SSL/TLS client certificates
Expand Down

0 comments on commit c9cd026

Please sign in to comment.