Bugfixing Data Foundations (#310)

* Bugfixing Data Foundations and impersonation support
- Fixed SA permissions
- Usage of impersonation to avoid SA private key export
- Fixed required API enablement
- Added FW rules required by dataflow
- Added provider for sa impersonation
This commit is contained in:
javiergp
2021-09-28 17:13:18 +02:00
committed by GitHub
parent 8b69638f89
commit 15b2736a7c
10 changed files with 171 additions and 112 deletions

View File

@@ -24,4 +24,4 @@ def test_resources(e2e_plan_runner):
"Test that plan works and the numbers of resources is as expected."
modules, resources = e2e_plan_runner(FIXTURES_DIR)
assert len(modules) == 6
assert len(resources) == 45
assert len(resources) == 53