thalesgroup.ciphertrust.cckm_sfdc_secret module – CCKM module for SFDC Secrets

Note

This module is part of the thalesgroup.ciphertrust collection (version 1.0.0).

To install it, use: ansible-galaxy collection install thalesgroup.ciphertrust.

To use it in a playbook, specify: thalesgroup.ciphertrust.cckm_sfdc_secret.

New in thalesgroup.ciphertrust 1.0.0

Synopsis

  • This is a Thales CipherTrust Manager module for working with the CipherTrust Manager APIs, more specifically with CCKM for SFDC Cloud Certificates and Tenant Secrets

Parameters

Parameter

Comments

acls

list / elements=string

acls

connection

string

Name or ID of the SFDC connection

endpoint_id

string

ID of the SFDC cache only key endpoint to be updated

localNode

dictionary / required

this holds the connection parameters required to communicate with an instance of CipherTrust Manager (CM)

holds IP/FQDN of the server, username, password, and port

password

string / required

admin password of CM

server_ip

string / required

CM Server IP or FQDN

server_port

integer / required

Port on which CM server is listening

Default: 5432

server_private_ip

string / required

internal or private IP of the CM Server, if different from the server_ip

user

string / required

admin username of CM

verify

boolean / required

if SSL verification is required

Choices:

  • false ← (default)

  • true

name

string

name for endpoint

op_type

string / required

Operation to be performed

Choices:

  • "create"

  • "update_acls"

  • "add_cache_only_key_endpoint"

  • "update_cache_only_key_endpoint"

org_id

string

ID of the SFDC organization to be updated

organization_id

string

SFDC Organization ID to which this endpoint should belong to

password_authentication

dictionary

endpoint password Authentication details

sfdc_org_id

string

ID of the SFDC organization to be added

url_hostname

string

Base hostname of url

Examples

- name: "Create SFDC Cloud Certificate"
  thalesgroup.ciphertrust.cckm_sfdc_secret:
    localNode:
        server_ip: "IP/FQDN of CipherTrust Manager"
        server_private_ip: "Private IP in case that is different from above"
        server_port: 5432
        user: "CipherTrust Manager Username"
        password: "CipherTrust Manager Password"
        verify: false
    op_type: create

Authors

  • Anurag Jain, Developer Advocate Thales Group