Giter Club home page Giter Club logo

charts's People

Contributors

d7oc avatar dagl avatar daniel-wwu-it avatar glpatcern avatar ishank011 avatar jimil749 avatar labkode avatar michielbdejong avatar mirekys avatar samualfageme avatar wkloucek avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

charts's Issues

Do not regenerate the WOPI Server Secrets on 'helm upgrade'

When no config.{wopisecret,iopsecret} value is provided when installing the wopiserver chart, a pair of random secrets is generated for convenience.

However, this does also happen across upgrades:

staging, iop-wopiserver-secrets, Secret (v1) has changed:
  # Source: iop/charts/wopiserver/templates/secrets.yaml
  apiVersion: v1
  kind: Secret
  metadata:
    labels:
      app.kubernetes.io/instance: iop
      app.kubernetes.io/managed-by: Helm
      app.kubernetes.io/name: wopiserver
      app.kubernetes.io/version: v5.4
      helm.sh/chart: wopiserver-0.2.0
    name: iop-wopiserver-secrets
  data:
-   iopsecret: '-------- # (24 bytes)'
-   wopisecret: '-------- # (24 bytes)'
+   iopsecret: '++++++++ # (24 bytes)'
+   wopisecret: '++++++++ # (24 bytes)'
  type: Opaque

This behavior is not intended, as might require updating the IOP ConfigMap or reloading the IOP Deployment when using REVA_APPPROVIDER_IOPSECRET.

Can't login to Reva

When trying to login to Reva, I'm getting an error:
login basic username: test password: error: code=CODE_INTERNAL msg="error creating user home" support_trace="00000000000000000000000000000000"

I'm running Reva like this:
helm upgrade --install -n default iop-home . --set persistentVolume.enabled=true --set persistentVolume.existingClaim=iop-pvc --set-file configFiles.revad\\.toml=home.toml --set-file configFiles.gateway\\.toml=standalone.toml --set-file configFiles.users\\.json=users-ailleron.json --set env.REVA_APPPROVIDER_IOPSECRET=qwerty12345 --set imagePullSecrets.name=regcred

I tried running storage provider separately:
helm upgrade --install -n default storageprovider-home . --set env.REVA_APPPROVIDER_IOPSECRET=qwerty12345 -f home-sp.yaml

Expose metrics endpoint

To expose the /metrics endpoint for Prometheus, a [http.services.prometheus] service needs to be added to the IOP config map, e.g. to gateway.toml

How to specify TLS cert for this to work

Up to now we had https://mesh.pondersource.org/ running with revad listening directly to port 443, using this built-in TLS feature of revad.

But this helm chart doesn't seem to use it. Instead, it seems that we should be using some sort of ingress using the ingress.services.{http,grpc}.tls config that is mentioned in https://github.com/cs3org/charts/tree/master/revad#configuration ?

I'm not very experienced with kubernetes and there is very little "Getting Started" info here.

I see the following sites all run revad with TLS on port 443:

How do they do it? Are there no docs about this?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.