A simple credential store to manage secret keys store clearly.
Name | Dynamic | Other provider points |
---|---|---|
org.wildfly.security.credential-store | true |
/subsystem=elytron/credential-store=* |
Type | BOOLEAN |
Default Value | true |
Is the attribute nillable? | true |
Does the attribute allow expression? | true |
Where is the attribute stored? | configuration |
Access Type | read-write |
Is restarted required? | all-services |
Stability Level | default |
Raw DMR model |
|
Type | STRING |
Default Value | key |
Is the attribute nillable? | true |
Does the attribute allow expression? | true |
Where is the attribute stored? | configuration |
Access Type | read-write |
Is restarted required? | all-services |
Stability Level | default |
Raw DMR model |
|
Type | INT |
Default Value | 256 |
Is the attribute nillable? | true |
Does the attribute allow expression? | true |
Where is the attribute stored? | configuration |
Access Type | read-write |
Is restarted required? | all-services |
Allowed Values |
256 128 192 |
Stability Level | default |
Raw DMR model |
|
Type | STRING |
Does the attribute allow expression? | true |
Where is the attribute stored? | configuration |
Access Type | read-write |
Is restarted required? | all-services |
Stability Level | default |
Raw DMR model |
|
Type | BOOLEAN |
Default Value | true |
Is the attribute nillable? | true |
Does the attribute allow expression? | true |
Where is the attribute stored? | configuration |
Access Type | read-write |
Is restarted required? | all-services |
Stability Level | default |
Raw DMR model |
|
Type | STRING |
Is the attribute nillable? | true |
Where is the attribute stored? | configuration |
Access Type | read-write |
Is restarted required? | all-services |
Stability Level | default |
Raw DMR model |
|
Type | STRING |
Where is the attribute stored? | runtime |
Access Type | read-only |
Allowed Values |
DOWN STARTING START_FAILED UP STOPPING REMOVED |
Stability Level | default |
Raw DMR model |
|
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
path | STRING | true | true | The path to the credential store. | |
relative-to | STRING | false | false | A reference to a previously defined path that the path is relative to. | |
create | BOOLEAN | false | true | true | If the credential store does not exist should it be dynamically created? |
default-alias | STRING | false | true | key | The alias name of any key generated by default. |
key-size | INT | false | true | 256 | The default size for any generated keys. |
populate | BOOLEAN | false | true | true | If the credential store does not contain the default-alias should it be dynamically added? |
Raw DMR model |
|
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
alias | STRING | true | false | The alias of the SecretKey to export. |
Raw DMR model |
|
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
alias | STRING | true | false | The alias to use when storing the new SecretKey. | |
key-size | INT | false | true | The size of key to generate (bits). |
Raw DMR model |
|
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
alias | STRING | true | false | The alias to use when storing the imported SecretKey. | |
key | STRING | true | false | The previously exported key to import. |
Raw DMR model |
|
Raw DMR model |
|
Raw DMR model |
|
Raw DMR model |
|
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
alias | STRING | true | false | The alias of the credential store item to remove. |
Raw DMR model |
|
Galleon features are to be used when creating Galleon feature-packs.
<feature spec="subsystem.elytron.secret-key-credential-store">
<param name="secret-key-credential-store" value="{resource name}"/>
<param name="create" value="{value}"/>
<param name="default-alias" value="{value}"/>
<param name="key-size" value="{value}"/>
<param name="path" value="{value}"/>
<param name="populate" value="{value}"/>
<param name="relative-to" value="{value}"/>
<feature/>