Display content hash in deployment panel

In  console

Overview

View the deployment hash in the JBoss management console

Issue Metadata

  • n/a

Dev Contacts

QE Contacts

Testing By

[x] Engineering

[ ] QE

Affected Projects or Components

  • WildFly

  • HAL

Requirements

The deployment preview should contain a section showing the deployment hash as provided by the following CLI command:

[standalone@localhost:9990 /] /deployment=kitchensink.war:read-attribute(name=content)
{
    "outcome" => "success",
    "result" => [{"hash" => bytes {
        0xbe, 0xe8, 0xb8, 0xba, 0xef, 0xfc, 0x66, 0x38,
        0xff, 0xdd, 0x07, 0x4b, 0x60, 0x72, 0x81, 0xa2,
        0xea, 0x3a, 0x98, 0xc1
    }}]
}
Affected UI

Deployments / Preview

Affected Resources

/deployment=*

Test Plan

Additional tests are added to the test suite that verify that the hash is visible in the deployment preview.

Community Documentation

See the official HAL website at https://hal.github.io