Skip to content

Conversation

CarolynRountree
Copy link
Contributor

Generate was removing clear text passwords

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Nov 4, 2022
return generator_utils.sort_dict(attribute_map)

def create_security_type(self, mbean_type):
_method_name = 'create_security_type'
Copy link
Member

Choose a reason for hiding this comment

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

Do not delete my logging statements.

mbean_instance = generator_wlst.create_security_provider(mbean_name, provider_sub_type,
singular_mbean_type)
else:
mbean_instance = generator_wlst.get_mbean_proxy(mbean_path)
Copy link
Member

Choose a reason for hiding this comment

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

You are undoing my fixes...never, ever going to merge this.

generator_wlst.cd_mbean(orig)
return True, singular_mbean_type, folder_dict

# FIXME - This is dead code
Copy link
Member

Choose a reason for hiding this comment

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

I deleted all of this code because it is not being used...not adding it back

@CarolynRountree CarolynRountree deleted the aliastest-clear-password branch November 4, 2022 21:25
@sonarqubecloud
Copy link

sonarqubecloud bot commented Nov 4, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

OCA Verified All contributors have signed the Oracle Contributor Agreement.

2 participants