This project contains Ansible code that creates a baseline in an existing Kubernetes environment for use with the SAS Viya Platform, generates the manifest for an order, and then can also deploy that order into the Kubernetes environment specified.
Apache License 2.0
71
stars
64
forks
source link
fix: (IAC-524): Modify sitedefault.yml file to include required missing ldap.connection.url property #314
Updated the sitedefault.yml file to include required missing ldap.connection.url property and the suggested format for define admin user config/identities/sas.identities/administrator: viya_admin
Tests:
Ran viya4-deployment at least 3 times and verified the viya-admin user was prompted the SASAdministrator role. See details in internal ticket.
Changes:
Updated the sitedefault.yml file to include required missing ldap.connection.url property and the suggested format for define admin user
config/identities/sas.identities/administrator: viya_admin
Tests:
Ran viya4-deployment at least 3 times and verified the
viya-admin
user was prompted the SASAdministrator role. See details in internal ticket.