Skip to content

Conversation

@dwertent
Copy link

No description provided.

…ultiparty sandbox. Updated the README to provide a comprehensive overview of the environment setup, including prerequisites, configuration options, and troubleshooting steps. Introduced a new example `terraform.tfvars` file to guide users in configuring their Kaleido Platform API settings and environment details.
@dwertent dwertent requested a review from a team as a code owner November 19, 2025 20:18
# IMPORTANT: Use your Kaleido Platform user credentials (NOT Keycloak or K8s secrets)
#
# For local K8s with ingress: https://your-hostname.domain
# For port-forward: https://localhost:5000
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: this is not supported because of the host based routing the platform does

Comment on lines 198 to 206
### Certificate Errors

**Error:** `x509: certificate is not trusted`

**Solution:**
```bash
export KALEIDO_PLATFORM_INSECURE=true
terraform apply
```
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just noting this should only be relevant for software users running the platform locally as per our "Quick Start" guide

Copy link
Contributor

@onelapahead onelapahead left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just requesting minor edits

Comment on lines 181 to 183
# Step 4: Verify deletion
kubectl get pods -n default | grep -E "amr-0|bnr-0|kmr-0|pdr-0|inr-0"
# Should return no results
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are software-specific details that might confuse our SaaS users - think its best we leave this off for now

Comment on lines 208 to 218
### Connection Refused

**Error:** `connection refused` on localhost

**Solutions:**
- ✓ Check port-forward is running: `ps aux | grep port-forward`
- ✓ Verify service port: `kubectl get svc kaleidoplatform-apigw -n default`
- ✓ Restart port-forward if needed
```
kubectl port-forward svc/kaleidoplatform-apigw 5000:5000 -n default
```
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here I think we can remove this as our SaaS users won't know what this means

@dwertent dwertent requested a review from onelapahead December 5, 2025 16:10
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

Successfully merging this pull request may close these issues.

3 participants