diff --git a/deployment/barbican/barbican-api-container-puppet.yaml b/deployment/barbican/barbican-api-container-puppet.yaml index 7d625be741..aa76d71941 100644 --- a/deployment/barbican/barbican-api-container-puppet.yaml +++ b/deployment/barbican/barbican-api-container-puppet.yaml @@ -56,10 +56,6 @@ parameters: BarbicanPkcs11CryptoEnabled: type: boolean default: false - BarbicanPkcs11CryptoLibraryPath: - description: Path to vendor PKCS11 library - type: string - default: '' BarbicanPkcs11CryptoLogin: description: Password (PIN) to login to PKCS#11 session type: string @@ -73,14 +69,6 @@ parameters: description: Label for the HMAC key type: string default: '' - BarbicanPkcs11CryptoSlotId: - description: Slot Id for the PKCS#11 token to be used - type: string - default: '0' - BarbicanPkcs11CryptoTokenSerialNumber: - description: Serial number for PKCS#11 token to be used - type: string - default: '' BarbicanPkcs11CryptoTokenLabel: description: (DEPRECATED) Use BarbicanPkcs11CryptoTokenLabels instead. type: string @@ -92,14 +80,6 @@ parameters: configurations. type: string default: '' - BarbicanPkcs11CryptoHMACKeyType: - description: Cryptoki Key Type for Master HMAC key - type: string - default: 'CKK_AES' - BarbicanPkcs11CryptoHMACKeygenMechanism: - description: Cryptoki Mechanism used to generate Master HMAC Key - type: string - default: 'CKM_AES_KEY_GEN' BarbicanPkcs11CryptoRewrapKeys: description: Cryptoki Mechanism used to generate Master HMAC Key type: boolean