Skip to content
Snippets Groups Projects
Matt Wise's avatar
Matt Wise authored
commit 1b1c1971 
Author: Matt Wise <wsmatth@amazon.com> 
Date: Thu Sep 24 2020 12:59:53 GMT-0500 (Central Daylight Time) 

    code review feedback


commit 1f30b0d9 
Author: Matt Wise <wsmatth@amazon.com> 
Date: Thu Sep 24 2020 11:52:45 GMT-0500 (Central Daylight Time) 

    add handler for ssm parameter async put.  make sure response isn't returned until ssm params all exist


commit f0b23b95 
Author: Matt Wise <wsmatth@amazon.com> 
Date: Wed Sep 23 2020 15:54:15 GMT-0500 (Central Daylight Time) 

    create bad jwt for no-access tests


commit a3df6cea 
Author: Matt Wise <wsmatth@amazon.com> 
Date: Wed Sep 23 2020 15:23:07 GMT-0500 (Central Daylight Time) 

    add entitlement support for partition


commit 2ec6d558 
Author: Matt Wise <wsmatth@amazon.com> 
Date: Tue Sep 22 2020 14:32:06 GMT-0500 (Central Daylight Time) 

    update int tests


commit ba6979a6 
Author: Matt Wise <wsmatth@amazon.com> 
Date: Mon Sep 21 2020 21:39:40 GMT-0500 (Central Daylight Time) 

    add springboot actuator health check


commit 541c3b87 
Author: Matt Wise <wsmatth@amazon.com> 
Date: Mon Sep 21 2020 15:23:24 GMT-0500 (Central Daylight Time) 

    fix import for AWSCognitoClient


commit 1c249655 
Author: Matt Wise <wsmatth@amazon.com> 
Date: Mon Sep 21 2020 14:36:16 GMT-0500 (Central Daylight Time) 

    Work on integration tests


commit c45e1435 
Author: Matt Wise <wsmatth@amazon.com> 
Date: Mon Sep 21 2020 12:16:21 GMT-0500 (Central Daylight Time) 

    Add copyright


commit bd71cc33 
Author: Matt Wise <wsmatth@amazon.com> 
Date: Mon Sep 21 2020 12:16:08 GMT-0500 (Central Daylight Time) 

    Add dummy cache implementation


commit 63f035ee 
Author: Matt Wise <wsmatth@amazon.com> 
Date: Mon Sep 21 2020 09:33:23 GMT-0500 (Central Daylight Time) 

    for now, use basic auth. service should be protected by keeping it in a private subnet


commit d575c5b3 
Author: Matt Wise <wsmatth@amazon.com> 
Date: Mon Sep 21 2020 09:16:19 GMT-0500 (Central Daylight Time) 

    surround environment var with braces


commit a9deff7e 
Author: Matt Wise <wsmatth@amazon.com> 
Date: Wed Sep 09 2020 15:55:19 GMT-0500 (Central Daylight Time) 

    add basic properties


commit bf7fbc00 
Author: Matt Wise <wsmatth@amazon.com> 
Date: Wed Sep 09 2020 15:48:19 GMT-0500 (Central Daylight Time) 

    work on delete implementation merging common code


commit 7364962a 
Author: Matt Wise <wsmatth@amazon.com> 
Date: Tue Sep 08 2020 17:36:28 GMT-0500 (Central Daylight Time) 

    work on SSM implementation for partition


commit 02f133a7 
Author: Matt Wise <wsmatth@amazon.com> 
Date: Fri Sep 04 2020 16:38:05 GMT-0500 (Central Daylight Time) 

    boilerplate implementation of AWS Partition Service


commit b740ef22 
Author: Matt Wise <wsmatth@amazon.com> 
Date: Fri Sep 04 2020 15:28:52 GMT-0500 (Central Daylight Time) 

    start partition implementation
a3a3668c
History

Introduction

The Partition service is responsible for creating and retrieving partition specific properties on behalf of other services whether they are secret values or not. It is a Maven multi-module project with each cloud implementation placed in its submodule.

Running Locally - AWS

Running Locally - Azure

Instructions for running the Azure implementation locally can be found here

Running Locally - GCP

Running Locally - IBM

Running Integration Tests

Instructions for running the integration tests can be found here

License

Copyright 2017-2020, Schlumberger

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.