Skip to content

Unable To Set a Path To Domain Name #1413

Discussion options

You must be logged in to vote

Out of the box, OpenReplay won't work with subpaths, because we have s3 signed urls, and other subpaths like /i or /api or /assist.

Having said that, it can work, because all traffic entry points are Kube Ingress objects, and can be edited for your needs. S3 signed URLs should be checked though. That's under:

- name: S3_HOST
{{- if contains "minio" .Values.global.s3.endpoint }}
value: '{{ ternary "https" "http" .Values.global.ORSecureAccess}}://{{ .Values.global.domainName }}:{{ ternary .Values.global.ingress.controller.service.ports.https .Values.global.ingres…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@christian-li-asus
Comment options

Answer selected by christian-li-asus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants