Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOWNSTEAM-ONLY] Bug 2098562: fix build failure related to VaultTenantSA.createToken #103

Merged
merged 1 commit into from
Jun 27, 2022

Commits on Jun 27, 2022

  1. [DOWNSTEAM-ONLY] Bug 2098562: fix build failure related to VaultTenan…

    …tSA.createToken
    
    Pull-Request ceph#99 backported a commit that applies cleanly, but causes a
    build failure:
    
        internal/kms/vault_sa.go:313:12: kms.createToken undefined (type *VaultTenantSA has no field or method createToken)
        internal/kms/vault_sa.go:344:12: undefined: vaultTenantSA
    
    In recent versions, `vaultTenantSA` is used, but release-4.10 is stuck
    on the old naming of `VaultTenantSA`. The unexporting was done in
    upstream ceph#2750, which includes more changes than what we
    want in a backport.
    
    Signed-off-by: Niels de Vos <ndevos@redhat.com>
    nixpanic committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    a6e0e02 View commit details
    Browse the repository at this point in the history