Sha256: 8091d2c19af0728493b442c4a8b72606982d42f46b47b134d1bebec676925159

Contents?: true

Size: 213 Bytes

Versions: 1

Compression:

Stored size: 213 Bytes

Contents

const encode = window.encodeURIComponent;

export function fetch(rmanager, fullId) {
    return rmanager
        .callServer('GET', `/api/authz/\${account}/roles?${encode('roles[]')}=${fullId}`)
        .end();
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
conjur-asset-ui-1.6.0 app/src/clients/graph.js