This Igor runs without capability support. It is unlikely you see anything interesting here.
{% endif %} {% if igor.app.getSessionItem('user', None) %}You are logged in as {{igor.app.getSessionItem('user')}}. {% if cid == None %} Here is the list of all capabilities assigned to your user identity. {% else %} Here is the information on capability {{cid}}. {% endif %}
{% else %}You are not logged in. {% if cid == None %} Here is the set of default capabilities you have access to. {% else %} Here is the information on capability {{cid}}. {% endif %}
{% endif %}ID | Object | GET PUT POST DELETE |
Parent | Children | OP | ... |
---|---|---|---|---|---|---|
{{cid}}
{% if comment %}
({{comment}}) {% endif %} |
{{cap.pop('obj', '')}} |
{{cap.pop('get', '-')}} {{cap.pop('put', '-')}} {{cap.pop('post', '-')}} {{cap.pop('delete', '-')}} |
{{cap.pop('parent', '')}} |
{% for c in childIDs %}
{{c}}
(revoke)
{% endfor %} |
{% if cap.pop('owner', '') %}
transfer
{% endif %}
{% set delegate = cap.pop('delegate', '') %}
{% if delegate %}
delegate {% if delegate == 'external' %} (ext) {% endif %} export {% endif %} {% if 'iss' in cap and 'aud' in cap %} external repr {% endif %} |
{% for k,v in cap.items() %}
{{k}}={{v}} {% endfor %} |
Cannot do yet. Should create {{repr(kwargs)}}.
Issuer | Subject | Audience | ... | Action: |
---|---|---|---|---|
{{iss}} | {{sub}} | {{aud}} | {% for k, v in key.items() %} {{k}}={{v}} {% endfor %} | delete |
Createing a secret key here will return the verbatim secret key, this will be done only once, after that the secret key is, well, secret... Copy the key to your subject or audience device and clear your browser history.