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

reaper web ui auth disable fail #1429

Open
xiongmozhou opened this issue Oct 10, 2024 · 0 comments
Open

reaper web ui auth disable fail #1429

xiongmozhou opened this issue Oct 10, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@xiongmozhou
Copy link

xiongmozhou commented Oct 10, 2024

yaml fil

```yaml
apiVersion: k8ssandra.io/v1alpha1
kind: K8ssandraCluster
metadata:
  name: demo
spec:
  # cluster-level Stargate configuration goes here
  stargate:
    size: 1
    resources:
      requests:
        cpu: 1000m
        memory: 1Gi
  # cluster-level Reaper configuration goes here
  reaper:
    uiUserSecretRef: {}
    resources:
      requests:
        cpu: 1000m
        memory: 1Gi
  # cluster-level Medusa configuration goes here
  medusa:
    storageProperties:
      # Can be either of google_storage, azure_blobs, s3, s3_compatible, s3_rgw or ibm_storage
      storageProvider: s3_compatible
      # Name of the secret containing the credentials file to access the backup storage backend
      storageSecretRef:
        name: medusa-bucket-key
      # Name of the storage bucket
      bucketName: k8ssandra-medusa
      # Prefix for this cluster in the storage bucket directory structure, used for multitenancy
      prefix: test
      # Host to connect to the storage backend (Omitted for GCS, S3, Azure and local).
      host: minio-svc.minio.svc.cluster.local
      # Port to connect to the storage backend (Omitted for GCS, S3, Azure and local).
      port: 9000
      # Region of the storage bucket
      # region: us-east-1

      # Whether or not to use SSL to connect to the storage backend
      secure: false
  cassandra:
    serverVersion: "4.0.1"
    datacenters:
      - metadata:
          name: dc1
        size: 3
        storageConfig:
          cassandraDataVolumeClaimSpec:
            storageClassName: open-local-lvm
            accessModes:
              - ReadWriteOnce
            resources:
              requests:
                storage: 5Gi
        config:
          jvmOptions:
            heapSize: 512M

k8ssandra-operator version is 1.18

image2024-10-10!UNITO-UNDERSCORE!16-54-43

┆Issue is synchronized with this Jira Story by Unito
┆Issue Number: K8OP-267

@xiongmozhou xiongmozhou added the bug Something isn't working label Oct 10, 2024
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
No open projects
Status: No status
Development

No branches or pull requests

1 participant