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.

Deployment of UAA in EKS is failed

See original GitHub issue

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:closed
  • Created a year ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
KMahesh045commented, Oct 20, 2022

Thanks all… Its working.

0reactions
strehlecommented, Oct 18, 2022

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

Read more comments on GitHub >

github_iconTop 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 >

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