Commit Graph

1111 Commits

Author SHA1 Message Date
Ryan Baxter
a90a4513e1 Set credentials via system property 2023-05-04 11:39:01 -04:00
Ryan Baxter
64095ce3db Enhance logging 2023-05-04 11:25:46 -04:00
Ryan Baxter
902606e036 Adding some test logs 2023-05-04 11:05:48 -04:00
Ryan Baxter
dd065f2ba8 Removing if statement 2023-05-04 10:39:26 -04:00
Ryan Baxter
807400ed50 Enable logging for integration tests 2023-05-04 10:19:08 -04:00
Ryan Baxter
30915b456f Adding logging in AwsS3EnvironmentRepository 2023-05-04 10:12:02 -04:00
Ryan Baxter
7fd8ce4c0d Enabling test 2023-05-04 08:45:26 -04:00
Ryan Baxter
65f848635a Merge branch '3.1.x' 2023-05-03 16:49:34 -04:00
Ryan Baxter
f59f8b5816 Include property sources without profile and include application property source (#2261)
Fixes #1911

Co-authored-by: Ryan Baxter <524254+ryanjbaxter@users.noreply.github.com>
2023-05-03 16:26:48 -04:00
Ryan Baxter
a3db3392dc Merge branch '3.1.x' 2023-05-03 14:14:31 -04:00
Kaveh Shamsi
5a1797ac47 Loads the default configuration for application names prefixed with (#2262) 2023-05-03 13:33:14 -04:00
Ryan Baxter
7f9af92c4f Reenable AwsIntegrationTest On Main (#2227) 2023-05-03 09:42:38 -04:00
buildmaster
0449471ade Bumping versions to 3.1.8-SNAPSHOT after release 2023-04-27 15:00:40 +00:00
buildmaster
265b5fdb87 Going back to snapshots 2023-04-27 15:00:39 +00:00
buildmaster
937088716d Update SNAPSHOT to 3.1.7 2023-04-27 14:58:13 +00:00
Ryan Baxter
0a36367208 Fixing tests for 3.1.x compatibility 2023-04-20 15:28:04 -04:00
buildmaster
f25b8b2dc9 Bumping versions to 4.0.3-SNAPSHOT after release 2023-03-28 15:19:53 +00:00
buildmaster
721307dd69 Going back to snapshots 2023-03-28 15:19:53 +00:00
buildmaster
2998bb5017 Update SNAPSHOT to 4.0.2 2023-03-28 15:16:36 +00:00
Ryan Baxter
63e70ee9d8 Fixing merge 2023-03-22 20:22:08 -04:00
Ryan Baxter
fab9ceb0e5 Merge branch '3.1.x' 2023-03-22 20:21:45 -04:00
Ryan Baxter
dd5bc2b03c Put ExceptionHandler into a ResourceControllerAdvice to allow overriding behavior (#2243)
Fixes #2192

Co-authored-by: Ryan Baxter <524254+ryanjbaxter@users.noreply.github.com>
2023-03-22 20:05:39 -04:00
Ryan Baxter
d93052fa00 Fixing merger 2023-03-22 20:05:16 -04:00
Ryan Baxter
416747f26a Merge branch '3.1.x' 2023-03-22 17:18:27 -04:00
Ryan Baxter
8478a5263f Add property to reverse location order. Fixes #1910 (#2239)
Co-authored-by: Ryan Baxter <524254+ryanjbaxter@users.noreply.github.com>
2023-03-09 11:31:52 -05:00
Ryan Baxter
68f5566732 Fixing tests 2023-03-09 11:22:54 -05:00
Ryan Baxter
c40eddef88 Add property to reverse location order. Fixes #1910 (#2239)
Co-authored-by: Ryan Baxter <524254+ryanjbaxter@users.noreply.github.com>
2023-03-09 10:59:41 -05:00
Ryan Baxter
b62704e2e7 Merge branch '3.1.x' 2023-03-08 14:29:00 -05:00
Ryan Baxter
4440775661 Support brackets in yaml keys. Fixes #2197 (#2238)
Co-authored-by: Ryan Baxter <524254+ryanjbaxter@users.noreply.github.com>
2023-03-08 14:28:26 -05:00
Ryan Baxter
da14c2debe Polish pr 2053 (#2234)
* AWS S3 environment repository can read the default property file as well a profile-specific file. Fixes gh-1611.

* Unit test to assert no default profile when querying S3 repository

* Polishing PR

---------

Co-authored-by: Daniel Aiken <dmaiken13@gmail.com>
Co-authored-by: Ryan Baxter <524254+ryanjbaxter@users.noreply.github.com>
2023-02-24 16:55:56 -05:00
buildmaster
0c8ab445bb Bumping versions 2023-02-24 19:18:55 +00:00
buildmaster
920013a5ce Bumping versions 2023-02-24 02:38:06 +00:00
buildmaster
ab9ca85f83 Bumping versions 2023-02-24 00:26:34 +00:00
buildmaster
6f71040ab8 Bumping versions to 3.1.7-SNAPSHOT after release 2023-02-23 23:09:22 +00:00
buildmaster
4f983fedfb Going back to snapshots 2023-02-23 23:09:22 +00:00
buildmaster
6693d86d8b Update SNAPSHOT to 3.1.6 2023-02-23 23:07:12 +00:00
Ryan Baxter
8b7ebf944c Pr 2104 polish (#2233)
* Support labels in AWS SecretsManager backend

* Document label support in AWS SecretsManager

* Use AWS staged labels as config version labels

* Fix tests

---------

Co-authored-by: Dmitry Antonyuk <32649457+dantonyuk@users.noreply.github.com>
Co-authored-by: Ryan Baxter <524254+ryanjbaxter@users.noreply.github.com>
2023-02-23 10:16:01 -05:00
buildmaster
a6c45be247 Bumping versions 2023-02-16 00:26:31 +00:00
buildmaster
8d11dbdf8e Bumping versions 2023-02-15 02:37:27 +00:00
Ryan Baxter
2d451a209b Merge branch '3.1.x' 2023-02-14 19:29:41 -05:00
Amit Kumar
3f63b43bf3 fixed compare() GoogleSecretComparatorByVersion by making it to Integer comparator (#2230)
Co-authored-by: Amit Kumatr <amit.kumar@fyndna.com>
2023-02-14 19:26:14 -05:00
Ryan Baxter
2547015284 Polish 2023-02-14 10:27:58 -05:00
Ryan Baxter
f65fe7e845 Merge branch 'pr/1944' into test-1944 2023-02-14 09:16:02 -05:00
Ryan Baxter
648f4816ac Merge branch 'pr/1953' 2023-02-10 09:10:56 -05:00
buildmaster
532fb9327d Bumping versions 2023-02-10 00:26:36 +00:00
Ryan Baxter
0ffd365fd3 Merge branch '3.1.x' 2023-02-09 10:19:27 -05:00
Ryan Baxter
71450d1bc4 Provide credentials for localstack in integration test 2023-02-09 09:58:29 -05:00
Ryan Baxter
e0242963aa Merge branch '3.1.x' 2023-02-08 11:46:38 -05:00
deeaitche
5abe0ff247 Fix misleading variable name (#2223) 2023-02-08 11:44:14 -05:00
Ryan Baxter
088d3a3239 Remove auto configuration for spring cloud aws 2023-02-07 16:41:42 -05:00