Skip to content

Support creating 'https' urls #1465

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

Closed
dgolovin opened this issue Mar 20, 2020 · 1 comment
Closed

Support creating 'https' urls #1465

dgolovin opened this issue Mar 20, 2020 · 1 comment
Assignees
Labels
demo Show in sprint review demo kind/enhancement New feature or request priority/major
Milestone

Comments

@dgolovin
Copy link
Collaborator

dgolovin commented Mar 20, 2020

odo now supports creating https urls using --secure option

C:\p\openshift-test-workspace\nodejs-ex>C:\p\vscode-openshift-tools\out\tools\win32\odo url create -h
Create a URL for a component. The created URL can be used to access the specified component from outside the OpenShift cluster.

Usage:
  odo url create [url name] [flags]

Examples:
  # Create a URL with a specific name by automatically detecting the port used by the component
  odo url create example
  # Create a URL for the current component with a specific port
  odo url create --port 8080

  # Create a URL with a specific name and port
  odo url create example --port 8080

Flags:
      --context string   Use given context directory as a source for component settings
  -h, --help             Help for create
      --now              Push changes to the cluster immediately
      --port int         Port number for the url of the component, required in case of components which expose more than one service port (default -1)
      --secure           Creates a secure https url

Additional Flags:
  -v, --v Level              Log level for V logs. Level varies from 0 to 9 (default 0).
      --vmodule moduleSpec   Comma-separated list of pattern=N settings for file-filtered logging

See redhat-developer/odo#2561.

@dgolovin dgolovin added kind/enhancement New feature or request priority/major labels Mar 20, 2020
@dgolovin dgolovin added this to the devex #181 milestone Mar 20, 2020
@dgolovin dgolovin self-assigned this Mar 20, 2020
@dgolovin dgolovin added the demo Show in sprint review demo label Mar 23, 2020
@dgolovin
Copy link
Collaborator Author

Fixed via 0569dec.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
demo Show in sprint review demo kind/enhancement New feature or request priority/major
Projects
None yet
Development

No branches or pull requests

1 participant