Jake Fink
5e02329245
add tests and refactor Pkcs11RsaKeyService ( #166 )
...
* add tests and refactor Pkcs11RsaKeyService
* add missed files
* add annotations to interface
* change public constructor to private
1 year ago
renovate[bot]
e55742ac64
[deps]: Update Azure.Identity to v1.11.4 [SECURITY] ( #150 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 year ago
Matt Bishop
ca886edf3c
[PM-9310] Add test project and necessary workflows to use it, with centralized versioning ( #151 )
...
* Add test project and necessary workflows to use it, with centralized versioning
* Just test entire solution
* Clean up something I copied from the monolith
1 year ago
Bitwarden DevOps
3a72304c6b
Bumped version to 2024.6.0 ( #146 )
2 years ago
Bitwarden DevOps
9bd8aaaee1
Bumped version to 2024.5.0 ( #142 )
2 years ago
Bitwarden DevOps
d41f6c3f3d
Bumped version to 2024.4.1 ( #140 )
2 years ago
Bitwarden DevOps
5e1e04eb41
Bumped version to 2024.4.0 ( #139 )
2 years ago
renovate[bot]
b726837947
[deps]: Update dotnet monorepo to v8 (major) ( #59 )
...
* [deps]: Update dotnet monorepo to v8
* Additional changes for full .NET 8 upgrade
* Bump library versions available in Bookworm
* Bump YubiHSM package to match up with Bookworm
* Few more bumps
* Update KeyConnector.csproj
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Matt Bishop <mbishop@bitwarden.com>
Co-authored-by: Todd Martin <106564991+trmartin4@users.noreply.github.com>
Co-authored-by: Ike <137194738+ike-kottlowski@users.noreply.github.com>
2 years ago
Kyle Spearrin
7325dfbbc0
service to transfer user keys to a new service/database/rsakey ( #137 )
2 years ago
Bitwarden DevOps
0bf842b81f
Bumped version to 2024.3.1 ( #136 )
2 years ago
Bitwarden DevOps
cf905aee46
Bumped version to 2024.3.0 ( #131 )
2 years ago
Todd Martin
9109a6b8e2
[PM-6116] Update AWS key service to handle authentication with instance metadata ( #117 )
...
* Updated constructor of AWS service client to test using instance metadata
* Added check to handle instance metadata only if configuration isn't supplied.
2 years ago
Bitwarden DevOps
05d4783098
Bumped version to 2024.2.2 ( #119 )
2 years ago
Bitwarden DevOps
0f9acf17c1
Bumped version to 2024.2.0 ( #115 )
2 years ago
Todd Martin
facc13d6c9
[PM-5619] Revert VaultSharp version update to fix HashiCorp cert errors ( #111 )
2 years ago
github-actions[bot]
4009703af6
Bumped version to 2023.12.0 ( #99 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
2 years ago
Vince Grassia
eb022217b5
Remove unused script ( #92 )
2 years ago
Ike
467a3c2c07
updated nuget packages ( #95 )
2 years ago
github-actions[bot]
24f99796ad
Bumped version to 2023.10.1 ( #93 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
2 years ago
Vince Grassia
6ccb080fa8
Docker - Apply fixes for Checkmarkx findings ( #90 )
2 years ago
Vince Grassia
2b897b0c90
Revert Dockerfile/entrypoint script to 2023.5.0 versions with updates ( #87 )
2 years ago
github-actions[bot]
0ac4f95328
Bumped version to 2023.10.0 ( #82 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
2 years ago
Ike
8d877d3669
[PM-4408] Update Dockerfile ( #75 )
...
* update dockerfile
* Update Dockerfile
* Update setup_secrets_windows.ps1
EoF new line
* Update global.json
updated version to .1xx
2 years ago
Ike
34107fd017
update to .NET 6 ( #71 )
...
minor updates to NuGet and moving to .NET 6.
2 years ago
github-actions[bot]
a17a423ab4
Bumped version to 2023.5.0 ( #37 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
3 years ago
Jake Fink
9cb73344cb
[PM-1348] Fix AWS expecting symmetric key ( #34 )
...
* [PM-1348] switch to asymmetric key for aws encrypt/decrypt
* [PM-1348] provide setting to use symmetric key on aws
* [PM-1348] import system for exceptions
* [PM-1348] add InvalidKeyTypeException
* [PM-1348] allow InvalidKeyTypeException to be serializable
* [PM-1348] add context to exception message
* [PM-1348] actually add context to exception message
3 years ago
github-actions[bot]
db3b4d1535
Bumped version to 2023.3.0 ( #32 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
3 years ago
Jake Fink
47a7a200dc
[PM-1250] Fix gcp rsa encryption ( #30 )
...
* [PM-1250] fix GCP encryt/decrypt to use RSA
* [PM-1250] remove this from method call
* [PM-1250] delete cryptoKeyName
3 years ago
github-actions[bot]
aad98056bb
Bumped version to 2022.5.0 ( #21 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
4 years ago
Thomas Rittson
190ffa2b32
Update internal Uris to match self-hosted dev settings ( #18 )
4 years ago
Thomas Rittson
7b0bbfc3aa
[EC-178] Fix RSA encrypt for newSymmetricKey, add null check ( #17 )
...
* Throw error if encKey is null
* Fix variable name
4 years ago
Thomas Rittson
73539451f3
[EC-177] Add health checks and fast-fail ( #16 )
...
* Do not start using encKey until successfully saved
* Add basic health check for RSA key
4 years ago
github-actions[bot]
a5d2a1abac
Bump version to 1.0.1 ( #11 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
4 years ago
Oscar Hinton
8d3bf0d04d
Apply dotnet format ( #4 )
4 years ago
Oscar Hinton
32caad6d90
Disable automatically launching browser ( #3 )
4 years ago
Micaiah Martin
7a5f5c81d0
Adding build and release pipelines ( #5 )
4 years ago
Kyle Spearrin
e8a4cd862c
change name to key connector
4 years ago