paul-the-alien[bot]
|
d9f30a3350
|
Merge pull request #414 from ADustyOldMuffin/vault-ca-provider
Add the ability to specify cert for Vault from K8s Secrets
|
2021-10-20 21:43:37 +00:00 |
|
paul-the-alien[bot]
|
7ab0fcf502
|
Merge pull request #438 from gusfcarvalho/fix/433
Fixing ClusterScope access for AzureKV Provider
|
2021-10-20 19:39:15 +00:00 |
|
Gustavo Carvalho
|
8e7da7b6ed
|
Fixing sonar cloud duplication
Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
|
2021-10-18 17:24:18 -03:00 |
|
Gustavo Carvalho
|
a5f5ecf6a5
|
Fixing ClusterScope access for AzureKV Provider
Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
|
2021-10-18 17:17:42 -03:00 |
|
Sebastian Gomez
|
aa182f4e0f
|
Fixed Sonarqube yandex codesmell
|
2021-10-18 12:02:14 -04:00 |
|
Sebastián Gómez
|
ffc1e1d704
|
Merge pull request #434 from external-secrets/sebagomez-contributorlinks
Added links to contributors profiles
|
2021-10-18 08:29:44 -04:00 |
|
Sebastián Gómez
|
82f1b0f28e
|
Added links to contributors profiles
I'm not after the hacktoberfest swag... but it doesn't mean I can't use this PR for it 😂
|
2021-10-16 12:45:10 -04:00 |
|
Daniel Hix
|
8bfa7cffa1
|
Update tests to remove code duplication
|
2021-10-12 16:06:01 -05:00 |
|
Daniel Hix
|
1ab920bc6b
|
Swap to switch statements to ease readability
|
2021-10-12 15:49:41 -05:00 |
|
Daniel Hix
|
9c5c588b19
|
Move logic into separate function to try and help code smell
|
2021-10-12 15:42:26 -05:00 |
|
Daniel Hix
|
1b3a1f1941
|
Add tests for ConfigMaps
|
2021-10-12 14:34:26 -05:00 |
|
Daniel Hix
|
0f71dd0846
|
Add config map option/ability to specify for cert in caProvider
|
2021-10-12 14:33:38 -05:00 |
|
Daniel Hix
|
5052f21b61
|
add documentation for TLS certs in SecretStore yaml.
|
2021-10-12 13:15:54 -05:00 |
|
Lucas Severo Alves
|
9e3914b944
|
Merge pull request #420 from FGA-GCES/mateus/code_smells
Fix some code smells
|
2021-10-12 18:50:38 +02:00 |
|
Lucas Severo Alves
|
c00afc9ff7
|
Merge pull request #329 from FGA-GCES/feat/immutable-secrets
Add immutable secrets
|
2021-10-12 18:20:23 +02:00 |
|
Daniel Hix
|
e6c6749a86
|
utilize new test function to remove code smells
|
2021-10-11 19:19:46 -05:00 |
|
Daniel Hix
|
87204969c7
|
Fix code smell.
|
2021-10-11 19:11:25 -05:00 |
|
Daniel Hix
|
a075963b10
|
Add test for missing cert secret
|
2021-10-11 19:08:16 -05:00 |
|
Daniel Hix
|
4b17163501
|
Added simple test making the store with CA in secrets
|
2021-10-11 18:57:13 -05:00 |
|
Daniel Hix
|
275f1c4094
|
Added simple test to make sure it's getting the cert.
|
2021-10-09 13:26:26 -05:00 |
|
Arthur
|
7649fe2c47
|
create function for each ibm provider secret get case
|
2021-10-07 15:45:37 -03:00 |
|
Arthur
|
6eba9df3b1
|
separate function to remap secret data on ibm.GetSecretMap to reduce cognitive complexity
|
2021-10-07 15:22:19 -03:00 |
|
Arthur
|
1600960b36
|
separate vault test cases run function for better cognitive complexity
|
2021-10-07 14:48:13 -03:00 |
|
Eduardo Vieira
|
c68e00ce0c
|
Creating map-foo and bar const for testing
|
2021-10-07 10:55:04 -03:00 |
|
Eduardo Vieira
|
b2b6b5255d
|
Defining targetProp const for reutilization
|
2021-10-07 10:50:27 -03:00 |
|
Eduardo Vieira
|
3d5c0b54e6
|
Changing expectedSecretValue declaration scope
|
2021-10-07 10:43:59 -03:00 |
|
Eduardo Vieira
|
7502e2c557
|
Adding FakeManager and test-secret const for testing
|
2021-10-07 10:39:13 -03:00 |
|
Arthur
|
e617ce9e23
|
refactor vault token functions for better cognitive complexity
|
2021-10-07 10:21:49 -03:00 |
|
Mateus Oliveira Patrício
|
1a5bd14eea
|
create const for "provider should be registered"
|
2021-10-07 09:26:29 -03:00 |
|
Mateus Oliveira Patrício
|
269c65bd24
|
create const for string literal
"[%d] unexpected error: %s, expected: '%s'"
|
2021-10-07 09:26:16 -03:00 |
|
Mateus Oliveira Patrício
|
4760525ed3
|
refactored 4 string literals to consts
|
2021-10-07 09:25:45 -03:00 |
|
Mateus Oliveira Patrício
|
adb8a0bc4b
|
create const for "provider-secret"
|
2021-10-07 09:24:31 -03:00 |
|
Mateus Oliveira Patrício
|
67ba8d597b
|
create const for "RSA PRIVATE KEY"
|
2021-10-07 09:24:21 -03:00 |
|
Arthur
|
0990f29876
|
Merge branch 'feat/immutable-secrets' of github.com:FGA-GCES/external-secrets into feat/immutable-secrets
|
2021-10-06 21:24:50 -03:00 |
|
Arthur
|
1f5978eb13
|
add tests for controller reconciling logic
|
2021-10-06 21:23:41 -03:00 |
|
Daniel Hix
|
3ff2bfd559
|
Fix linting issue
|
2021-10-06 11:28:13 -05:00 |
|
Daniel Hix
|
b3a44fdbd0
|
Merge branch 'external-secrets:main' into vault-ca-provider
|
2021-10-06 10:38:59 -05:00 |
|
Daniel Hix
|
d7c861d38d
|
Add logic to pull cert from K8s secret.
|
2021-10-05 23:55:57 -05:00 |
|
Daniel Hix
|
8e303e6d77
|
Add caProvider to types
|
2021-10-05 23:55:44 -05:00 |
|
Lucas Severo Alves
|
86b4c1ea5f
|
Merge pull request #413 from external-secrets/fix/release-readme
Fix release readme
|
2021-10-05 18:56:27 +02:00 |
|
Lucas Severo Alves
|
65b8efa704
|
Fix release readme
|
2021-10-05 18:46:22 +02:00 |
|
paul-the-alien[bot]
|
970c685bb7
|
Merge pull request #412 from external-secrets/chore/bumping-version
Bumping chart version v0.3.6
|
2021-10-05 14:40:27 +00:00 |
|
Sebastián Gómez
|
339d7528c6
|
Bumping chart version v0.3.6
|
2021-10-05 11:39:17 -03:00 |
|
paul-the-alien[bot]
|
0a68f22bd0
|
Merge pull request #411 from external-secrets/chore/maintainers
update paul.yaml with more maintainers
|
2021-10-05 14:35:31 +00:00 |
|
Lucas Severo Alves
|
64f33de156
|
update paul.yaml with more maintainers
|
2021-10-05 16:34:39 +02:00 |
|
Lucas Severo Alves
|
91851bb738
|
Merge pull request #381 from cooperbenson-qz/cooperbenson-qz/issue376
Revoke Vault token on Close
|
2021-10-05 08:55:01 +02:00 |
|
paul-the-alien[bot]
|
65b22e4a91
|
Merge pull request #409 from external-secrets/chore/delete-sonar-configs
chore: delete sonar configs
|
2021-09-30 15:49:58 +00:00 |
|
Lucas Severo Alves
|
bc190dccfc
|
chore: delete sonar configs
|
2021-09-30 16:49:25 +01:00 |
|
paul-the-alien[bot]
|
627817c413
|
Merge pull request #408 from external-secrets/chore/remove-sonar-manual
chore: remove sonar manual step
|
2021-09-30 15:19:42 +00:00 |
|
Lucas Severo Alves
|
3fc5aa913b
|
chore: remove sonar manual step
|
2021-09-30 17:18:18 +02:00 |
|