-
Notifications
You must be signed in to change notification settings - Fork 11
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
bucket_prefix parameter not taken into account #318
Comments
Do you set |
I don't use config files. Only parameters with default values like in my initial post.
Here is the log: I'm not a JAVA guy... complicated to debug this inside keycloak launch. |
According to the log above, |
Correct, this project doesn't define these (e.g. jgroups.s3.bucket_name) - these must be defined in the stack. @gregoryb Can you post what and how are you running? |
@belaban Should we perhaps consider making these configurable via environmental properties so as to 'standardize' the configuration across consumers? |
@rhusar Yes, we can do this, but if Infinispan defines different system props for the same attributes, e.g. in their own config files, then this is moot. |
@gregoryb Any update on this ^^^ ? |
I described the issue on keycloak repository: I don't know where is the best place for this as it's related to a Keycloak configuration. |
@rhusar Great idea: +1! |
I start my server (Keycloak) with the following parameters
-Djgroups.s3.region_name=eu-west-1 -Djgroups.s3.bucket_name=mybucket -Djgroups.s3.bucket_prefix=keycloak/
The ISPN directory is created at the root of the bucket.
I'm using
jgroups-aws-2.0.1.Final.jar
The text was updated successfully, but these errors were encountered: