Skip to content
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 sensitive mask from RDMA CNI #873

Conversation

OguzPastirmaci
Copy link

Duplicate of #872 with the OCA accepted.


This value is an HTTP response to a publicly accessible daemonset
manifest but it's being marked as sensitive.

It's marked as sensitive, but then it's used in the body of an error
message for a precondition:
https://github.com/oracle-terraform-modules/terraform-oci-oke/blob/main/modules/extensions/rdma_cni_plugin.tf#L61

Because of this variable being in the error message, terraform plan
will exit with exit code 1 even though the plan itself actually
succeeded.

This variable shouldn't be marked sensitive anyways, as its holding the
value for an already public yaml file.

Signed-off-by: Oguz Pastirmaci <oguz.pastirmaci@oracle.com>
Copy link

Thank you for your pull request and welcome to our community! To contribute, please sign the Oracle Contributor Agreement (OCA).
The following contributors of this PR have not signed the OCA:

To sign the OCA, please create an Oracle account and sign the OCA in Oracle's Contributor Agreement Application.

When signing the OCA, please provide your GitHub username. After signing the OCA and getting an OCA approval from Oracle, this PR will be automatically updated.

If you are an Oracle employee, please make sure that you are a member of the main Oracle GitHub organization, and your membership in this organization is public.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Required At least one contributor does not have an approved Oracle Contributor Agreement. label Nov 22, 2023
Copy link
Contributor

@hyder hyder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

approved. thank you for your contribution

@hyder
Copy link
Contributor

hyder commented Mar 28, 2024

@OguzPastirmaci we are including your contribution into main by copying it directly and we'll close the PR here.

@hyder hyder closed this Mar 28, 2024
robo-cap added a commit to robo-cap/terraform-oci-oke that referenced this pull request Mar 28, 2024
robo-cap added a commit to robo-cap/terraform-oci-oke that referenced this pull request Mar 28, 2024
hyder pushed a commit that referenced this pull request Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Required At least one contributor does not have an approved Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants