Deployment of UAA in EKS is failed
See original GitHub issueIssue Description
What version of UAA are you running?
76.1.0
How are you deploying the UAA?
I am deploying the UAA
- using a bosh release I downloaded from bosh.io
- trying to deploying the package into EKS
What did you do?
I am trying to deploy the UAA76.1.0 in EKS and it throws the error and it is not getting deployed but 75.22.0 is deployed successfully and its working. I am facing the issue with the versions 76
What did you expect to see? What goal are you trying to achieve with the UAA?
UAA-76.1.0 needs to be deployed properly in EKS
What did you see instead?
Error log says Error creating bean with name 'identityZoneConfigurationBootstrap' defined in ServletContext resource [/WEB-INF/spring-servlet.xml]: Cannot resolve reference to bean 'uaaTokenPolicy' while setting bean property 'tokenPolicy';
logs have been attached for more details Deployment of UAA fails and application is not getting started uaa-76.1_log.log
Issue Analytics
- State:
- Created 4 months ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
failed to deploy uaa app to cloud foundry · Issue #783 - GitHub
failed to deploy uaa app to cloud foundry · Issue #783 · cloudfoundry/uaa · GitHub.
Read more >Amazon EKS troubleshooting - AWS Documentation
If you receive the following error while attempting to create an Amazon EKS cluster, then one of the Availability Zones you specified doesn't...
Read more >Deploying KubeCF to EKS, Revisited - Stark & Wayne
If the first step was skipped this step may fail. Either rerun both or go into the AWS Console to clean up the...
Read more >SAP Datahub and deployment on AWS EKS
So, Lets Run SAP Datahub on Amazon Web Services EKS , I'm going to focus more ... --repository-name=com.sap.datahub.linuxx86_64/uaa aws ecr ...
Read more >User Account and Authentication (UAA) Server
Deploy UAA Locally; Use Local UAA; Deploy UAA to Cloud Foundry; Use Remote UAA ... In collaboration with the login server, UAA can...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks all… Its working.
I switched UAA between 75.22.0 and develop but with your uaa.yml I cannot start . because of SAML keys missing, but with this
uaa.yml.txt
it works in all versions.
The keys (and structure) are from https://github.com/cloudfoundry/uaa-release/blob/develop/spec/compare/all-properties-set-uaa.yml
For our tests, local startup we and maybe also many customers/users still rely on the legacy key structure, which is jwt.token.signing-key see https://github.com/cloudfoundry/uaa/blob/develop/scripts/cargo/uaa.yml#L16-L18