-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: remove watsonx mark as sensitive var #201
base: main
Are you sure you want to change the base?
Conversation
/run pipeline |
@kierramarie That variable is being used here too - https://github.com/terraform-ibm-modules/terraform-ibm-rag-sample-da/blob/main/modules/watson-machine-learning/main.tf#L56 That will need to be refactored before we can remove the variable |
@ocofaigh what should be done here? |
@kierramarie please work with the codeowner @brendankellyibm to determine next steps |
@kierramarie @ocofaigh can I get more of an understanding on this issue? I see that the watsonX SaaS DA has this flag now, but is that not for the default project created in that DA? We're still creating a different WatsonX project in this DA, so does it not make sense to keep the option intact? |
@kierramarie please include the issue link with the details / requirements of this change |
Here is the issue: terraform-ibm-modules/terraform-ibm-watsonx-saas-da#167 I was asked to remove the variable from the rag sample da in that issue. |
@in-1911 @ocofaigh @kierramarie I think we still need the variable itself, as we're creating a project that the user may want to keep sensitive. We can refactor the code in light of this variable - in fact it seems we're not using the configure_project module from the SaaS DA when it would be better to. Let me know if I'm wrong in any assumption here. |
I needed this settings for a project in our lab demo scenarios to pass SCC scan, if this is implemented / deployed in Watson SaaS DA now, we can remove the whole project provisioning from the Sample App Config DA. |
Description
Mark as sensitive var was add to Watsonx DA so has been removed from this da.
Release required?
x.x.X
)x.X.x
)X.x.x
)Release notes content
Run the pipeline
If the CI pipeline doesn't run when you create the PR, the PR requires a user with GitHub collaborators access to run the pipeline.
Run the CI pipeline when the PR is ready for review and you expect tests to pass. Add a comment to the PR with the following text:
Checklist for reviewers
For mergers