Skip to content

Uses AppID for multi-user installation on IKS#2327

Merged
k8s-ci-robot merged 3 commits into
kubeflow:masterfrom
shawnzhu:2182
Nov 6, 2020
Merged

Uses AppID for multi-user installation on IKS#2327
k8s-ci-robot merged 3 commits into
kubeflow:masterfrom
shawnzhu:2182

Conversation

@shawnzhu

Copy link
Copy Markdown
Member

Fixes #2182

Notice this PR depends on kubeflow/community-distribution#1594

@k8s-ci-robot

Copy link
Copy Markdown
Contributor

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@kubeflow-bot

Copy link
Copy Markdown

This change is Reviewable

@animeshsingh

Copy link
Copy Markdown
Contributor

/assign @moficodes

@k8s-ci-robot

Copy link
Copy Markdown
Contributor

@animeshsingh: GitHub didn't allow me to assign the following users: moficodes.

Note that only kubeflow members, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time.
For more information please see the contributor guide

Details

In response to this:

/assign @moficodes

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Comment thread content/en/docs/ibm/deploy/install-kubeflow.md Outdated
Comment thread content/en/docs/ibm/deploy/install-kubeflow.md Outdated
Comment thread content/en/docs/ibm/deploy/install-kubeflow.md Outdated
Comment on lines +196 to +197
2. Follow the step [Registering your app](https://cloud.ibm.com/docs/appid?topic=appid-app#app-register)
to create an application with type _reguarwebapp_ under the provioned AppID

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
2. Follow the step [Registering your app](https://cloud.ibm.com/docs/appid?topic=appid-app#app-register)
to create an application with type _reguarwebapp_ under the provioned AppID
2. Follow the step [Registering your app](https://cloud.ibm.com/docs/appid?topic=appid-app#app-register)
to create an application with type _regularwebapp_ under the provisioned AppID

* `secret`
* `oAuthServerUrl`
3. Follow the step [Adding redirect URIs](https://cloud.ibm.com/docs/appid?topic=appid-managing-idp)
to fill a URL for AppID to redirect to Kubeflow. the URL should look like `https://<kubeflow-FQDN>/login/oidc`. Notice that you could follow the guide [Securing the Kubeflow authentication with HTTPS](../authentication/) for the value of `<kubeflow-FQDN>`.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
to fill a URL for AppID to redirect to Kubeflow. the URL should look like `https://<kubeflow-FQDN>/login/oidc`. Notice that you could follow the guide [Securing the Kubeflow authentication with HTTPS](../authentication/) for the value of `<kubeflow-FQDN>`.
to fill a URL for AppID to redirect to Kubeflow. the URL should look like `https://<kubeflow-FQDN>/login/oidc`. Notice that you could follow the guide [Securing the Kubeflow authentication with HTTPS](./authentication/) for the value of `<kubeflow-FQDN>`.

* `secret`
* `oAuthServerUrl`
3. Follow the step [Adding redirect URIs](https://cloud.ibm.com/docs/appid?topic=appid-managing-idp)
to fill a URL for AppID to redirect to Kubeflow. the URL should look like `https://<kubeflow-FQDN>/login/oidc`. Notice that you could follow the guide [Securing the Kubeflow authentication with HTTPS](../authentication/) for the value of `<kubeflow-FQDN>`.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This seem like a circular thing.

We need the deployment to be complete for to have a istio-ingress ip that gives us the FQDN and to complete the deployment we need the FQDN.

There needs to be a bit more clarity.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Moved this step to the very end after kubeflow deployment. see a15edf4

@moficodes moficodes left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

just one spelling fix. other that that, looks good.

Comment thread content/en/docs/ibm/deploy/install-kubeflow.md Outdated

@animeshsingh animeshsingh left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@shawnzhu we need to merge the manifests repo PR before we merge it. Can we target to get it done today?

@shawnzhu shawnzhu marked this pull request as ready for review November 5, 2020 21:14
@shawnzhu

shawnzhu commented Nov 5, 2020

Copy link
Copy Markdown
Member Author

@animeshsingh the PR for manifests has passed CI: kubeflow/community-distribution#1594

and I've set this PR as ready for review

@animeshsingh

Copy link
Copy Markdown
Contributor

/lgtm

@moficodes are you good to go?

@animeshsingh

Copy link
Copy Markdown
Contributor

/approve

@k8s-ci-robot

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: animeshsingh, shawnzhu

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot merged commit 9a09489 into kubeflow:master Nov 6, 2020
@shawnzhu shawnzhu deleted the 2182 branch November 6, 2020 20:32
aronchick pushed a commit to aronchick/website-2 that referenced this pull request Feb 19, 2026
* Uses AppID for multi-user installation on IKS

* Clarify steps to configure AppID after kubeflow deployment

* Fix spelling error
aronchick pushed a commit to aronchick/website-2 that referenced this pull request Feb 19, 2026
* Uses AppID for multi-user installation on IKS

* Clarify steps to configure AppID after kubeflow deployment

* Fix spelling error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Provide options to use IBM Cloud AppID as authentication provider

5 participants