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

On-prem: missing gangplank trustedCAPath field in the schema #345

Open
stefanoghinelli opened this issue Jan 24, 2025 · 0 comments
Open
Labels
bug Something isn't working

Comments

@stefanoghinelli
Copy link
Member

Describe the bug
The schema is currently missing the Spec.Distribution.Modules.Auth.OIDCKubernetesAuth.trustedCAPath field for the OnPremises provider.

        "trustedCAPath": {
          "type": "boolean",
          "description": "If true, a trustedCAPath will be defined"
        }

This issue could be temporarily mitigated using a distribution patch, but a permanent fix is needed.

To Reproduce
Steps to reproduce the behavior:

  1. Attempt to use the OnPremises provider with trustedCAPath.
  2. Observe that the field is not present in the schema.

Expected behavior
The schema should include the trustedCAPath field, allowing its configuration for the OnPremises provider.

Screenshots
N/A

Desktop (please complete the following information):
N/A

Kubernetes (please complete the following information):
N/A

Additional context
The template affected is located at: ./templates/distribution/manifests/auth/secrets/gangplank.yml.tpl.

@stefanoghinelli stefanoghinelli added the bug Something isn't working label Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant