Error with lab - Chapter 18 - Deploying a Route Service for Authentication
After entering marissa/koala and approve, I got the following error when browser is redirected to
error: Post https://beth-uaa-host.local.pcfdev.io/oauth/token: x509: certificate signed by unknown authority
redirected url: https://web-ui-superelaborate-epiphyte.local.pcfdev.io/auth/callback?code=vKeFM4SRw8&state=state
please advise
Thanks
Comments
-
I am looking into this. It will take a little time to recreate. I suspect this is an issue with the self signed certificates used by PCF Dev. I will get back to you soon.
0 -
@Spgreenberg - any info you can share? Thanks
0 -
My apologies. I wasn't notified by your @ mention to me and I am finding sometimes my posts do not work. I will investigate that...
Anyway, it looks like in your manifest.yml for UAA you are using https for the UAA and LOGIN_URL properties. If you use http, it should work on PCF dev.
0 -
@spgreenberg - I followed the instructions for this lab (ie manifest.yml with http NOT https - pls see below); however, after authentication, the redirect URL is https. Here's my manifest.yml
applications:
- name: uaa
memory: 1G
instances: 1
random-route: false
path: uaa.war
host: beth-uaa-host
env:
UAA_URL: http://beth-uaa-host.local.pcfdev.io
LOGIN_URL: http://beth-uaa-host.local.pcfdev.io
JBP_CONFIG_SPRING_AUTO_RECONFIGURATION: '{enabled: false}'Thanks
Beth
0 -
spgreenberg
0 -
can you please share how you managed to successfully complete the lab?
I found several issues with it.First I found that if deploying the uaa.war from the class artificats after logging in at UAA I receive an error page with http 500 return code.
This seems to be caused by a known bug in older UAA versions that causes problems when the java-buildpack packages Tomcat 8.5 (and potentially with newer version, too) with the app.
I resolved this by deploying UAA with an older version of the java-buildpack.
Did you have to do this, too?After that first issue I still did not manage to finish the lab with the expected result.
When accessing web-ui I do get redirected to UAA's login page where I can log in, authorize access and get redirected back to web-ui, but it still displays that I am not logged in even though log output from UAA and UAA proxy show that the login was successful.
Therefore the call to web-ui's /secure resource is still replied to with http 401.
I recreated the setup 3 times now, following the lab instructions and tested while looking at log output and yet I can't spot what's wrong.So I'm wondering what you did to successfully complete the lab and would very much appreciate if you could share how you got it done.
Thanks in advance!
0 -
Ok nevermind, I found out why it did not work for me.
TL;DR: UAA URL in uaa-tokens UPSI needs to be set with http instead of https in case of self signed certificates.
The reason for this is that the OAuth2 library used in the Ruby web-ui app by default verifies that the SSL connection is verified and valid when sending a POST to /check_token, which is not possible in the PCF environment I'm using because of the self-signed certificate.Now finally chapter 18 lab is working fine
0
Categories
- All Categories
- 176 LFX Mentorship
- 176 LFX Mentorship: Linux Kernel
- 750 Linux Foundation IT Professional Programs
- 373 Cloud Engineer IT Professional Program
- 169 Advanced Cloud Engineer IT Professional Program
- 74 DevOps IT Professional Program - Discontinued
- 4 DevOps & GitOps IT Professional Program
- 99 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- 1 AI & ML Training
- 1 Blockchain & Decentralized Identity Training
- 3 Cloud & Containers Training
- 1 Cybersecurity Training
- 1 DevOps & Site-Reliability Training
- 1 Linux Kernel Development Training
- 1 Networking Training
- 1 Open Source Best Practice Training
- 1 System Administration Training
- 1 System Engineering Training
- 1 Web & Application Development Training
- 792 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 95 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 87 Storage
- 768 Linux Distributions
- 81 Debian
- 67 Fedora
- 22 Linux Mint
- 13 Mageia
- 24 openSUSE
- 150 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 465 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 98 Linux Security
- 78 Network Management
- 101 System Management
- 46 Web Management
- 106 Mobile Computing
- 18 Android
- 73 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 392 Off Topic
- 121 Introductions
- 181 Small Talk
- 29 Study Material
- 950 Programming and Development
- 310 Kernel Development
- 622 Software Development
- 983 Software
- 375 Applications
- 182 Command Line
- 5 Compiling/Installing
- 68 Games
- 317 Installation
- Archived
- 2 LFD140 Class Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)