Skip to content
This repository has been archived by the owner on May 20, 2020. It is now read-only.

Commit

Permalink
Templates with api keys should be sensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
shortdudey123 committed Jan 13, 2016
1 parent d85b146 commit 8cfad02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions recipes/mms_automation_agent.rb
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
:api_key => api_key,
:config => node['mongodb3']['config']['mms']
)
sensitive true
end

# Start the mms automation agent
Expand Down
1 change: 1 addition & 0 deletions recipes/mms_monitoring_agent.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
variables(
:api_key => api_key
)
sensitive true
end

# Start the mms automation agent
Expand Down

0 comments on commit 8cfad02

Please sign in to comment.