-
Can't send message to topic (
app.properties
spring.kafka.bootstrap-servers=rocket-01.srvs.cloudkafka.com:9094,rocket-02.srvs.cloudkafka.com:9094,rocket-03.srvs.cloudkafka.com:9094
spring.kafka.p…
DbIM updated
4 months ago
-
Hello,
I have an issue when I to automatically create an user with oauth2 connection.
I used the georchestra 24.0 with docker (and the gateway module version 1.1.0)
this is my security.yml f…
-
**Expected Behavior**
The OAuth2 Resource server should have a way to cache tokens (such as JWT) to avoid validating the tokens for every requests.
**Current Behavior**
Currently, there is no way…
Kieun updated
5 months ago
-
How to authenticate a user based on another JWT - eg pre-authenticate the user that was authenticated through another (separately hosted) login page. The guide could be called "How to use SAS with ex…
-
Do we want to move away from Shiro and use Spring for security?
What types of authentication mechanisms are required moving forward? Per https://github.com/OHDSI/WebAPI/wiki/Security-Configuration …
-
**Expected Behavior**
The OAuth2Authorization is extendable and a custom instance can be created.
**Current Behavior**
It is possible to extend the OAuth2Authorization but not to instantiate the …
-
Hey,
I was expecting the menu entry to be hidden when the user does not have the role "ROLE_MANAGE" in the spring cloud data flow server ui:
![image](https://user-images.githubusercontent.com/98…
-
https://docs.spring.io/spring-boot/docs/current/reference/html/spring-boot-features.html#boot-features-security
# 9. Security
* 기본 싱글 유저 `UserDetailsService` 가 있다. name 은 `user`, password 는 랜덤이다.
…
-
I have an instance of a jakarta Validator and I want to register it with the RestRouter.validateWith() method. It's not compatible with the javax Validator class. Is there a way to handle this?
I'm…
-
I reported a bug to SCDF but maybe this is a SCG bug, so also report here.
https://github.com/spring-cloud/spring-cloud-dataflow-ui/issues/2002
The SCG config I set up as below:
```
spring…