Lee Brown
97e0249d38
Auto generate random password for creation of RDS database instance.
2019-07-15 18:34:58 -08:00
Lee Brown
72ef940eb1
issue#7 fix applyClaimsSelect when empty conditions
...
When audience and subject are both empty, don't apply a subquery
2019-07-15 16:05:02 -08:00
Lee Brown
4867b207f2
update project readme
2019-07-15 12:52:17 -08:00
Lee Brown
d6c77f9a1c
enable cloudfront for webapp static files
2019-07-15 01:09:38 -08:00
Lee Brown
4134cf1140
Merge branch 'master' of gitlab.com:geeks-accelerator/oss/saas-starter-kit
2019-07-15 00:37:38 -08:00
Lee Brown
0ce9b0f50a
support cloudfront for static files
2019-07-15 00:37:07 -08:00
Lucas Brown
ceac4cbc17
Merge branch 'master' of gitlab.com:geeks-accelerator/oss/saas-starter-kit
2019-07-15 00:36:19 -08:00
Lucas Brown
efd67d2fc9
Added new diagram of architecture to main readme file.
2019-07-15 00:35:29 -08:00
Lee Brown
cf77e9d9eb
fix web-app static file prefix for s3
2019-07-14 23:53:31 -08:00
Lee Brown
5df14e5162
fix deploy file sync using absolute paths
2019-07-14 22:08:14 -08:00
Lee Brown
0131905678
Merge branch 'master' of gitlab.com:geeks-accelerator/oss/saas-starter-kit
2019-07-14 21:26:40 -08:00
Lee Brown
b9fa73ae50
fix deploy static file sync
2019-07-14 21:26:19 -08:00
Lucas Brown
0d42039a3c
updated main readme and both service readmes
2019-07-14 21:11:46 -08:00
Lee Brown
845e3d6be2
fix readme web-api example
2019-07-14 20:24:52 -08:00
Lee Brown
0e3f18b2b2
Merge branch 'master' of gitlab.com:geeks-accelerator/oss/saas-starter-kit
2019-07-14 20:14:11 -08:00
Lee Brown
44ac98a19b
fix gitlab ci yaml
2019-07-14 20:13:56 -08:00
Lucas Brown
44e0a36163
Merge branch 'master' of gitlab.com:geeks-accelerator/oss/saas-starter-kit
2019-07-14 20:13:17 -08:00
Lucas Brown
7c3f84791f
updated readme documentation
2019-07-14 20:12:54 -08:00
Lee Brown
931795a7ba
Add missing ecs task def for web-app
2019-07-14 19:17:18 -08:00
Lee Brown
7fd0e5187b
delete config_sync.go that impliments fsnotify to watch for local files
...
to be created/updated and uploads them to S3.
2019-07-14 19:16:13 -08:00
Lee Brown
df55acf654
add web-app to gitlab cicd
2019-07-14 19:13:09 -08:00
Lee Brown
2cd374a130
updated readme
2019-07-14 17:59:06 -08:00
Lee Brown
8ae8c97af9
Fixed web-app redirects
2019-07-14 17:03:08 -08:00
Lee Brown
6188b05b2f
gitlab json encode build info fields title and description
2019-07-14 16:39:17 -08:00
Lee Brown
55a4664bde
devops:schema - when no db credentails skip instead of error to ensure
...
when deploying to a fresh account, deploy runs first to create the
database.
2019-07-14 16:16:25 -08:00
Lee Brown
e1b3377e88
added entry point for schema migration to devops that loads db creds
...
from aws secrets manager
2019-07-14 15:33:23 -08:00
Lee Brown
1a36b52113
reworked tools/devops to better support gitlab cicd
2019-07-14 14:55:34 -08:00
Lee Brown
e31991efc8
gitlab ci fix empty env name
2019-07-14 13:05:03 -08:00
Lee Brown
3c495e81a5
switch gitlab ci task to use environment
2019-07-14 13:03:07 -08:00
Lee Brown
f4f101db4b
gilab nested variables
2019-07-14 13:02:06 -08:00
Lee Brown
2c340999a8
gitlab ci testing nested variables
2019-07-14 12:53:36 -08:00
Lee Brown
95e0d28c3b
devsops remove build tags, only release image
2019-07-14 12:39:05 -08:00
Lee Brown
e46c6317e5
Switch from golang docker client to executing direct docker commands
...
github.com/docker/docker/client adds an additional 30 deps to the
project and encoutering random errors when running on gitlab.
Can't add file cmd/web-app/static/assets/images/glacier-example-pic.jpg to tar
Error response from daemon: invalid reference format
2019-07-14 12:25:58 -08:00
Lee Brown
d16855ead9
exclude git for docker archive
2019-07-14 01:26:05 -08:00
Lee Brown
a672b56d5d
deploy aws region empty for role
2019-07-14 01:19:50 -08:00
Lee Brown
5276254db5
pull aws region from ec2 metadata
2019-07-14 01:07:14 -08:00
Lee Brown
8f5ff1ec1e
Init aws session with region when using role
2019-07-14 00:54:51 -08:00
Lee Brown
db07498192
Load AWS region from meta data if not set for deploy
2019-07-14 00:41:58 -08:00
Lee Brown
1952c9d731
update gitlab yaml
2019-07-13 23:15:01 -08:00
Lee Brown
aeeb51fc0f
deveops load aws creds from session for deploy
2019-07-13 23:12:07 -08:00
Lee Brown
79e81aa7e8
gitlab variable debug
2019-07-13 22:54:13 -08:00
Lee Brown
90930b72d2
added missing aws.go file due to gitignore rule
2019-07-13 22:43:49 -08:00
Lee Brown
00fbe14176
fix gitlab yaml
2019-07-13 22:16:11 -08:00
Lee Brown
b37180ee28
fix gitlab yaml
2019-07-13 22:14:03 -08:00
Lee Brown
997fc8d213
sdfadsf
2019-07-13 21:02:20 -08:00
Lee Brown
10dc4e8f8c
sdfadsfadsf
2019-07-13 21:01:44 -08:00
Lee Brown
48d86b4421
fixing gitlab yaml
2019-07-13 20:59:07 -08:00
Lee Brown
b831b8deff
migrated devops from truss to own tool
2019-07-13 20:55:45 -08:00
Lee Brown
4b6e344bb5
Merge branch 'master' of gitlab.com:geeks-accelerator/oss/saas-starter-kit
2019-07-13 20:50:17 -08:00
Lee Brown
91879fe40a
remwork tools
2019-07-13 20:50:00 -08:00