Skip to content

Commit

Permalink
Dra on azure | Update readme, sed, deploy_modules (#360)
Browse files Browse the repository at this point in the history
* DRA | Add automation and documentation

* DRA | Add automation and documentation

* DRA | little changes

* remove MsSQL by default - missing permissions

* remove MsSQL by default - missing permissions

* DRA | Update readme, sed and deploy_modules [skip actions]
  • Loading branch information
hadar-timan authored Jan 23, 2024
1 parent cba3742 commit e4196c3
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/deploy_module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,16 +116,15 @@ jobs:
hidden_submodules: "aws/statistics null/statistics"
begin_tag: 1.0.0

# todo - hadar add when deploying dra
# ## azurerm provider
# - source_module: "azurerm/dra-admin"
# destination_repo: "terraform-azurerm-dsf-dra-admin"
# hidden_submodules: "azurerm/statistics null/statistics"
# begin_tag: 1.7.5
# - source_module: "azurerm/dra-analytics"
# destination_repo: "terraform-azurerm-dsf-dra-analytics"
# hidden_submodules: "azurerm/statistics null/statistics"
# begin_tag: 1.7.5
## azurerm provider
- source_module: "azurerm/dra-admin"
destination_repo: "terraform-azurerm-dsf-dra-admin"
hidden_submodules: "azurerm/statistics null/statistics"
begin_tag: 1.7.6
- source_module: "azurerm/dra-analytics"
destination_repo: "terraform-azurerm-dsf-dra-analytics"
hidden_submodules: "azurerm/statistics null/statistics"
begin_tag: 1.7.6

# Globals
## aws provider
Expand Down
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,17 @@ The following table lists the _latest_ eDSF Kit releases, their release date and
<br/>3. Improvements and bug fixes.
</td>
</tr>
<tr>
<td>23 Jan 2024
</td>
<td>1.7.6
</td>
<td>
1. Added support for DRA in Azure.
<br/>2. Added a new agentless source for Azure - MsSQL.
<br/>3. Improvements and bug fixes.
</td>
</tr>
</table>
# Getting Ready to Deploy
Expand Down
2 changes: 2 additions & 0 deletions sed.expr
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ s;imperva/dsf-sonar-upgrader/aws;../../../modules/aws/sonar-upgrader;
s;imperva/dsf-mx/azurerm;../../../../modules/azurerm/mx;
s;imperva/dsf-agent-gw/azurerm;../../../../modules/azurerm/agent-gw;
s;imperva/dsf-db-with-agent/azurerm;../../../../modules/azurerm/db-with-agent;
s;imperva/dsf-dra-admin/azurerm;../../../../modules/azurerm/dra-admin;
s;imperva/dsf-dra-analytics/azurerm;../../../../modules/azurerm/dra-analytics;
/latest release tag/c\

0 comments on commit e4196c3

Please sign in to comment.