Remove unused BarbicanPkcs11Crypto* parameters
These parameters are not used in the base barbican-api template but but in the independent template for PKCS11 backend. Change-Id: Ia1df4a6255c17a2da15918c0bcd62f85043a51ea
This commit is contained in:
parent
5670359777
commit
02b157ab27
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user