diff options
author | JvD_Ericsson <jeff.van.dam@est.tech> | 2023-06-13 08:48:16 +0100 |
---|---|---|
committer | Vasyl Razinkov <vasyl.razinkov@est.tech> | 2023-06-29 19:59:09 +0000 |
commit | 2cecd886d08bd2f97426746aa19b581568c38954 (patch) | |
tree | ed46432cde31c929393bf62dc09c54bbd8fcd110 /integration-tests/integration-tests-init/chef-repo/cookbooks/sdc-integration-tests-setup/attributes/default.rb | |
parent | cf0a8b21e85ec41260da802a2b923fabe89c9aaa (diff) |
Create test model
Issue-ID: SDC-4471
Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech>
Change-Id: I49d6721b9c60cf62ddcdc47beed70db08ba0a031
Diffstat (limited to 'integration-tests/integration-tests-init/chef-repo/cookbooks/sdc-integration-tests-setup/attributes/default.rb')
-rw-r--r-- | integration-tests/integration-tests-init/chef-repo/cookbooks/sdc-integration-tests-setup/attributes/default.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/integration-tests/integration-tests-init/chef-repo/cookbooks/sdc-integration-tests-setup/attributes/default.rb b/integration-tests/integration-tests-init/chef-repo/cookbooks/sdc-integration-tests-setup/attributes/default.rb new file mode 100644 index 0000000000..682885312e --- /dev/null +++ b/integration-tests/integration-tests-init/chef-repo/cookbooks/sdc-integration-tests-setup/attributes/default.rb @@ -0,0 +1,5 @@ +#BasicAuth +default['basic_auth']['enabled'] = true +default['basic_auth'][:user_name] = "testName" +default['basic_auth'][:user_pass] = "testPass" + |