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

How to reference accountKey from Kubernetes secret in azureBlob? #1954

Closed
wardbryan opened this issue Jan 14, 2025 · 1 comment
Closed

How to reference accountKey from Kubernetes secret in azureBlob? #1954

wardbryan opened this issue Jan 14, 2025 · 1 comment

Comments

@wardbryan
Copy link

wardbryan commented Jan 14, 2025

The persistence code block below results in a map reference in the binarystore.xml file where the expected base64 encoded account key should be: <accountKey>map[valueFrom:map[secretKeyRef:map[key:account-key name:jfrog-blob-key]]]</accountKey>

      persistence:
        size: 500Gi
        enabled: true
        type: "azure-blob"
        maxCacheSize: 175000000000
        azureBlob:
          accountName: "<redacted>"
          accountKey:
            valueFrom:
              secretKeyRef:
                name: jfrog-blob-key
                key: account-key
          endpoint: https://<redacted>.blob.core.windows.net/
          containerName: <redacted>
          testConnection: true

See JFrog Support Case # 330645 for more info.

I'm using he artifactory-ha chart, version 107.77.16.

@wardbryan
Copy link
Author

Abandoning this request in favor of persistence.customBinarystoreXmlSecret.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant