Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 11 additions & 10 deletions pstress/pstress-run-80.conf
Original file line number Diff line number Diff line change
Expand Up @@ -167,24 +167,25 @@ COMPONENT_KEYRING_KMIP=0

# Configurations for KMIP.
declare -gA KMIP_CONFIGS=(
# PyKMIP Docker Configuration
["pykmip"]="addr=127.0.0.1,image=mohitpercona/kmip:latest,port=5696,name=kmip_pykmip"

# Hashicorp Docker Setup Configuration
# ["hashicorp"]="addr=127.0.0.1,port=5696,name=kmip_hashicorp,setup_script=hashicorp-kmip-setup.sh"
["hashicorp"]="addr=127.0.0.1,port=5696,name=kmip_hashicorp,setup_script=hashicorp-kmip-setup.sh"

# Fortanix Setup Configuration
# ["fortanix"]="addr=216.180.120.88,port=5696,name=kmip_fortanix,setup_script=fortanix_kmip_setup.py"
["fortanix"]="addr=216.180.120.88,port=5696,name=kmip_fortanix,setup_script=fortanix_kmip_setup.py"

# PyKMIP Docker Configuration
# ["pykmip"]="addr=127.0.0.1,image=mohitpercona/kmip:latest,port=5696,name=kmip_pykmip"

# API Configuration
# ["ciphertrust"]="addr=127.0.0.1,port=5696,name=kmip_ciphertrust,setup_script=setup_kmip_api.py"
)

# Valid COMPONENT_KEYRING_KMIP_TYPE options: ("pykmip" "hashicorp" "cipertrust" "fortanix").
COMPONENT_KEYRING_KMIP_TYPE="pykmip"
# If not set fallback to pykmip as default.
COMPONENT_KEYRING_KMIP_TYPE="${COMPONENT_KEYRING_KMIP_TYPE:-pykmip}"
# Fortanix Credentials, Note its mandatory to provide below credentials when COMPONENT_KEYRING_KMIP_TYPE="fortanix".
# KMIP HashiCorp Credentials:
# Set the mandatory path to the HashiCorp License File below.
COMPONENT_KEYRING_KMIP_HASHICORP_LICENSE=

# KMIP Fortanix Credentials:
# Note: It is mandatory to provide the credentials below.
COMPONENT_KEYRING_KMIP_FORTANIX_EMAIL=
COMPONENT_KEYRING_KMIP_FORTANIX_PASSWORD=

Expand Down
21 changes: 11 additions & 10 deletions pstress/pstress-run-PXC80.conf
Original file line number Diff line number Diff line change
Expand Up @@ -163,24 +163,25 @@ COMPONENT_KEYRING_KMIP=0

# Configurations for KMIP.
declare -gA KMIP_CONFIGS=(
# PyKMIP Docker Configuration
["pykmip"]="addr=127.0.0.1,image=mohitpercona/kmip:latest,port=5696,name=kmip_pykmip"

# Hashicorp Docker Setup Configuration
# ["hashicorp"]="addr=127.0.0.1,port=5696,name=kmip_hashicorp,setup_script=hashicorp-kmip-setup.sh"
["hashicorp"]="addr=127.0.0.1,port=5696,name=kmip_hashicorp,setup_script=hashicorp-kmip-setup.sh"

# Fortanix Setup Configuration
# ["fortanix"]="addr=216.180.120.88,port=5696,name=kmip_fortanix,setup_script=fortanix_kmip_setup.py"
["fortanix"]="addr=216.180.120.88,port=5696,name=kmip_fortanix,setup_script=fortanix_kmip_setup.py"

# PyKMIP Docker Configuration
# ["pykmip"]="addr=127.0.0.1,image=mohitpercona/kmip:latest,port=5696,name=kmip_pykmip"

# API Configuration
# ["ciphertrust"]="addr=127.0.0.1,port=5696,name=kmip_ciphertrust,setup_script=setup_kmip_api.py"
)

# Valid COMPONENT_KEYRING_KMIP_TYPE options: ("pykmip" "hashicorp" "cipertrust" "fortanix")
COMPONENT_KEYRING_KMIP_TYPE="pykmip"
# If not set fallback to pykmip as default.
COMPONENT_KEYRING_KMIP_TYPE="${COMPONENT_KEYRING_KMIP_TYPE:-pykmip}"
# Fortanix Credentials, Note its mandatory to provide below credentials when COMPONENT_KEYRING_KMIP_TYPE="fortanix"
# KMIP HashiCorp Credentials:
# Set the mandatory path to the HashiCorp License File below.
COMPONENT_KEYRING_KMIP_HASHICORP_LICENSE=

# KMIP Fortanix Credentials:
# Note: It is mandatory to provide the credentials below.
COMPONENT_KEYRING_KMIP_FORTANIX_EMAIL=
COMPONENT_KEYRING_KMIP_FORTANIX_PASSWORD=

Expand Down
Loading