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

Error: Registry configuration "draft mutability" #2968

Open
dbalboa777 opened this issue Nov 28, 2024 · 0 comments
Open

Error: Registry configuration "draft mutability" #2968

dbalboa777 opened this issue Nov 28, 2024 · 0 comments

Comments

@dbalboa777
Copy link

Studio failed to load because the Registry application is not properly configured. In order for Studio to work, the Registry application must have the "draft mutability" option enabled. This option must be enabled when installing/deploying Registry.

The following option should be set to true:

apicurio.rest.mutability.artifact-version-content.enabled

apiVersion: apps/v1
kind: Deployment
metadata:
name: apicurio-studio-ui
labels:
app: apicurio-studio-ui
spec:
replicas: 1
selector:
matchLabels:
app: apicurio-studio-ui
template:
metadata:
labels:
app: apicurio-studio-ui
spec:
containers:
- name: apicurio-studio-ui
image: quay.io/apicurio/apicurio-studio-ui:latest
ports:
- containerPort: 8080
env:
- name: APICURIO_UI_BACKEND_URL
value: "http://your_URL:8080"
- name: APICURIO_REST_MUTABILITY_ARTIFACT_VERSION_CONTENT_ENABLED
value: 'true'

installation in openshift

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant