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

Update development section in ruby readme #720

Merged
merged 3 commits into from
Apr 23, 2024
Merged

Conversation

Thomas-Avery
Copy link
Contributor

Type of change

- [ ] Bug fix
- [ ] New feature development
- [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc)
- [ ] Build/deploy pipeline (DevOps)
- [X] Other

Objective

Update README for Ruby language local development.

Code changes

  • file.ext: Description of what was changed and why

Before you submit

  • Please add unit tests where it makes sense to do so

@Thomas-Avery Thomas-Avery self-assigned this Apr 18, 2024
@Thomas-Avery Thomas-Avery requested review from a team, Hinton and dani-garcia April 18, 2024 17:21
Copy link
Contributor

github-actions bot commented Apr 18, 2024

Logo
Checkmarx One – Scan Summary & Details706b29da-a51b-41b4-934e-9a039bc580df

No New Or Fixed Issues Found

Copy link

codecov bot commented Apr 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 60.88%. Comparing base (72a3b49) to head (f20f955).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #720   +/-   ##
=======================================
  Coverage   60.88%   60.88%           
=======================================
  Files         173      173           
  Lines       10689    10689           
=======================================
  Hits         6508     6508           
  Misses       4181     4181           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Comment on lines +127 to +128
export API_URL=http://localhost:4000
export IDENTITY_URL=http://localhost:33656
Copy link
Contributor Author

Choose a reason for hiding this comment

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

After messing with this for a bit, I got these proxy endpoints working if:

  • You generate a valid SSL Certificate following instructions here
  • Run export NODE_EXTRA_CA_CERTS="$(mkcert -CAROOT)/rootCA.pem"
  • Have the web client running to have these proxies running.

I don't have a strong opinion either way, but we probably need more clarity on prerequisites for using the proxy endpoints.

@Thomas-Avery Thomas-Avery merged commit 5f26180 into main Apr 23, 2024
76 checks passed
@Thomas-Avery Thomas-Avery deleted the sm/update-ruby-readme branch April 23, 2024 21:12
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