Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

[feature request] Allow ObjectStore config to use endpointCA from ConfigMap in addition to Secret

Open
#740 0 comments 3 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
45/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
go, kubernetes
Domain
api, cloud

Research direction

The request names BarmanObjectStoreConfiguration and the ObjectStore configuration documentation; start by locating that API definition and the endpointCA handling. Support configMapRef alongside the existing secret reference, matching the YAML example, and verify the resulting ObjectStore configuration and validation behavior.

Written by the indexing model from the issue text.

Description

enhancement

Currently, the ObjectStore config only allows specifying the CA certificates from a secret. We are using trust manager to distribute the certificates as config maps. The BarmanObjectStoreConfiguration however only allows secrets to be specified.

e.g.:

apiVersion: barmancloud.cnpg.io/v1
kind: ObjectStore
metadata:
  name: my-obj-store
spec:
  configuration:
    endpointURL: https://<s3-endpoint-url>
    endpointCA:
      configMapRef:
        name: my-ca-configmap
        key: ca.crt
Dominant language
Go
Stars
192
Forks
75
Avg merge
1d 7h
Merged PRs (30d)
17

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from cloudnative-pg/plugin-barman-cloud

All issues in cloudnative-pg/plugin-barman-cloud

Similar issues

More Go issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.