Skip to content

Commit

Permalink
Merge pull request #248 from cumulus-nasa/CUMULUS-424
Browse files Browse the repository at this point in the history
pass encrypted password to api granule
  • Loading branch information
Alireza committed Mar 15, 2018
2 parents 69167ca + 784f98e commit 9a106df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- added flag `useList` to parse-pdr [CUMULUS-404]

### Fixed
- Pass encrypted password to the ApiGranule Lambda function [CUMULUS-424]

## [v1.1.3] - 2018-03-14
### Fixed
- Changed @cumulus/deployment package install behavior. The build process will happen after installation
Expand Down
4 changes: 3 additions & 1 deletion packages/deployment/app/cloudformation.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ Resources:
Properties:
Parameters:
CmrPassword:
Ref: CmrPassword
Fn::GetAtt:
- CumulusCustomResource
- CmrPassword
ElasticSearchDomain:
Fn::GetAtt:
- {{../es.name}}Domain
Expand Down

0 comments on commit 9a106df

Please sign in to comment.