Skip to content

Commit

Permalink
Merge pull request #74 from covermymeds/set_mssql_pass_as_env_var
Browse files Browse the repository at this point in the history
Security improvement
  • Loading branch information
cjestel authored Jun 25, 2020
2 parents fbf8e3e + 79c3c6f commit 5d59e43
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2020-06-25 Release 1.5.9
### Summary
Security Fix

### Changes
- Change mssql dbtype to use environment variable instead of passing password on cli

## 2020-04-30 Release 1.5.8
### Summary
Bug fix
Expand Down
2 changes: 1 addition & 1 deletion dbdeployer_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=1.5.8
version=1.5.9
3 changes: 2 additions & 1 deletion dbtype/mssql/set_password_flags.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
function set_password_flags() {
password_flag="-P${password}"
password_flag=""
export SQLCMDPASSWORD="${password}"
return 0
}

0 comments on commit 5d59e43

Please sign in to comment.