question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Link openshift account to Identity Provider via bash

See original GitHub issue

Summary

Hello all.

I’m working in issue: https://github.com/eclipse/che/issues/17939 which is about linking an openshift account to Keycloak Identity Provider(openshift-v4 in my case) without using UI.

Relevant information

The steps which I follow to link an openshift account to keycloak are:

  1. run chectl server:deploy --platform=openshift --che-operator-cr-patch-yaml=cr.yaml
  2. Create a bash script to request keycloak pod to link account. (Bash script appended to the issue)
  3. Run chectl auth:login -u admin -p admin -n eclipse-che (Works fine)
  4. Run chectl workspace:create --chenamespace=eclipse-che --devfile=devfile.yml (Crash)

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
flacatuscommented, Jan 12, 2021

@flacatus please post full stacktrace with the NullPointerException

@sparkoo Done.

0reactions
che-botcommented, Jul 19, 2021

Issues go stale after 180 days of inactivity. lifecycle/stale issues rot after an additional 7 days of inactivity and eventually close.

Mark the issue as fresh with /remove-lifecycle stale in a new comment.

If this issue is safe to close now please do so.

Moderators: Add lifecycle/frozen label to avoid stale mode.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Chapter 4. Configuring identity providers OpenShift Container ...
Generate a search filter by combining the attribute and filter in the configured url with the user-provided user name. Search the directory using...
Read more >
Configuring an OpenID Connect identity provider
Create an OpenShift Container Platform cluster. Create the custom resource (CR) for your identity providers. You must be logged in as an administrator....
Read more >
Fine-grained IAM roles for Red Hat OpenShift Service on AWS ...
During cluster creation, the operator IAM roles and the OpenID Connect (OIDC) identity provider are created. The operator IAM roles and endpoint ...
Read more >
Configure Azure Active Directory authentication using the ...
The AAD section in the OAuth callback URL should match the OAuth identity provider name you'll setup later. Azure CLI Copy. Try It....
Read more >
OpenShift 4 OAuth Identity Providers - YouTube
In this video we will explore configuring OAuth to specify an identity provider with OpenShift 4. We will also walk through creating a ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found