mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
47b202554e
This commit adds the Azure SDK for Azure key vault KMS integration to the Ceph CSI driver. Signed-off-by: Praveen M <m.praveen@ibm.com>
6 lines
185 B
Go
6 lines
185 B
Go
package jwt
|
|
|
|
// TokenOption is a reserved type, which provides some forward compatibility,
|
|
// if we ever want to introduce token creation-related options.
|
|
type TokenOption func(*Token)
|