Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

backend dev documentation does not boot portal #10799

Open
inodb opened this issue May 17, 2024 · 0 comments
Open

backend dev documentation does not boot portal #10799

inodb opened this issue May 17, 2024 · 0 comments

Comments

@inodb
Copy link
Member

inodb commented May 17, 2024

E.g. noauthsessionservice, is not an allowed parameter anymore and fails with:

Field cacheMapUtil in org.cbioportal.service.impl.CacheServiceImpl required a bean of type 'org.cbioportal.persistence.cachemaputil.CacheMapUtil' that could not be found.
The injection point has the following annotations:
	- @org.springframework.beans.factory.annotation.Autowired(required=true)

The allowed values since v6 are:

@AllowedValues(values = {"false", "saml", "oauth2",
     "optional_oauth2", "saml_plus_basic"})```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant