Misagh Moayyed
Misagh Moayyed
Tried again with Cloud 3.1.0 and Spring Boot 2.6.1. Same issue.
Ran a few more experiments: - If I rename the `wa-embedded.properties` file to `bootstrap-embedded.properties`, no difference. The file is not read/used for property binding. I can confirm this using the...
If I change the configName to "wa" using `spring.cloud.bootstrap.name=wa` Then I get:  And then the endpoint shows the following: ``` { configName: "DefaultSyncopeAuthModuleEmbedded", handlerNames: "DefaultSyncopeAuthModuleEmbedded", envName: "DefaultSyncopeAuthModuleEmbedded" } ```...
To clarify, the configName is picked up from the bootstrap listener:  and then it's used by the `StandardConfigDataLocationResolver` which is created here: 
Thanks for the patch. > I've pushed scopes down into the OAuth services. I don't think this is something we can reasonably take in via a pull request. The work...
Haven't had time to give this a proper review. Please merge with master once and I'll see if I can offer suggestions later this week or the next.
No longer relevant with the most recent changes. Thank you anyways!
Thank you @emlun for your analysis. I certainly understand your viewpoint and concerns specially around maintenance and bandwidth. I'll do what I can to clean things up and remove parts...
1. Is your docker build set to expose relevant ports? Do logs show CAS is running on ports 8080 and 8443 when you ssh into the container? 2. [Need to...
Could I assume that you have correctly created a keystore and CAS is using it? Because your logs seem incomplete. You should be seeing a READY asciiart, and since you...