Skip to content

Feature request: upload custom extensions/theme/dump to keycloak #315

Description

@HanXHX

Hi,

Can you provide a way to upload/push data (jar theme file / realm dump...) to keycloak + rebuild when it changes?

Something like:

resource "clevercloud_keycloak" "main" {
   name = "test123"
} 

resource "clevercloud_keycloak_import" "theme" {
  type = "theme" # provider / theme / realm_import
  instance_id = clevercloud_keycloak.main.id
  source = "path/to/file.jar"
} 

Best,

Emilien

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions