Skip to content

Conversation

viniciusdc
Copy link
Contributor

Reference Issues or PRs

What does this implement/fix?

Put a x in the boxes that apply

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds a feature)
  • Breaking change (fix or feature that would cause existing features not to work as expected)
  • Documentation Update
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no API changes)
  • Build related changes
  • Other (please describe):

Testing

  • Did you test the pull request locally?
  • Did you add new tests?

Documentation

Access-centered content checklist

Text styling

  • The content is written with plain language (where relevant).
  • If there are headers, they use the proper header tags (with only one level-one header: H1 or # in markdown).
  • All links describe where they link to (for example, check the Nebari website).
  • This content adheres to the Nebari style guides.

Non-text content

  • All content is represented as text (for example, images need alt text, and videos need captions or descriptive transcripts).
  • If there are emojis, there are not more than three in a row.
  • Don't use flashing GIFs or videos.
  • If the content were to be read as plain text, it still makes sense, and no information is missing.

Any other comments?

Copy link

vercel bot commented May 13, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
jhub-apps ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 13, 2025 2:12pm
jhub-apps-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 13, 2025 2:12pm

Comment on lines +128 to +137
# @click.command()
# @click.option('--destport', default=0, help='port that the webapp should end up running on; default 0 to be assigned a random free port')
# @click.option('--ip', default=None, help='Address to listen on')
# @click.option('--presentation-path', default='', help='presentation_path substitution variable')
# @click.option('--debug/--no-debug', default=False, help='To display debug level logs')
# @click.option('--logs/--no-logs', default=True, help='To display logs generated by the subprocess')
# @click.option('--authtype', type=click.Choice(['oauth', 'none'], case_sensitive=True), default='oauth')
# @click.option('--request-timeout', default=300, type=click.INT, help='timeout of proxy http calls to subprocess in seconds (default 300)')
# @click.option('--force-alive/--no-force-alive', default=False, help='Force the process to stay alive even if it is not ready')
# @click.option('--ready-check-path', default='/', help='URL path to poll for readiness (default /)')
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I will remove all this later on, just left here to keep some backward compatibility

@viniciusdc
Copy link
Contributor Author

I am not entirely sure about how to handle credentials, for example, if we want to use ouath2 from keycloak as the method of authentication, we will need to pass over the client name and secret into oauth2-proxy

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.

1 participant