| /openbmc/docs/ |
| H A D | REDFISH-cheatsheet.md | 28 A file, headers.txt, will be created. Find the `"X-Auth-Token"` in that file. 40 curl -k -H "X-Auth-Token: $token" https://${bmc}/redfish/v1/... 50 curl -k -H "X-Auth-Token: $token" -X GET https://${bmc}/redfish/v1/Chassis 51 curl -k -H "X-Auth-Token: $token" -X GET https://${bmc}/redfish/v1/Managers 52 curl -k -H "X-Auth-Token: $token" -X GET https://${bmc}/redfish/v1/Systems 60 curl -k -H "X-Auth-Token: $token" https://${bmc}/redfish/v1/SessionService/Sessions 70 curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X POST https://${bmc}/redfis… 76 curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X POST https://${bmc}/redfis… 82 curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X POST https://${bmc}/redfis… 88 curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X POST https://${bmc}/redfis… [all …]
|
| H A D | REST-cheatsheet.md | 45 - Token based authentication. 50 curl -k -H "X-Auth-Token: $token" https://${bmc}/xyz/openbmc_project/... 59 using the 'Token based' login method as described above: 64 curl -k -H "X-Auth-Token: $token" https://$bmc/xyz/openbmc_project/... 70 curl -k -H "X-Auth-Token: $token" https://${bmc}/xyz/openbmc_project/list 71 curl -k -H "X-Auth-Token: $token" https://${bmc}/xyz/openbmc_project/enumerate 77 curl -k -H "X-Auth-Token: $token" https://${bmc}/xyz/openbmc_project/ 78 curl -k -H "X-Auth-Token: $token" https://${bmc}/xyz/openbmc_project/state/ 84 …curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -d '{"data": "xyz.openbmc_pr… 90 …curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X PUT -d '{"data":"xyz.open… [all …]
|
| H A D | host-management.md | 16 curl -k -H "X-Auth-Token: $token" https://${bmc}/xyz/openbmc_project/... 45 curl -k -H "X-Auth-Token: $token" https://${bmc}/xyz/openbmc_project/inventory/enumerate 51 curl -k -H "X-Auth-Token: $token" https://${bmc}/xyz/openbmc_project/inventory/system/chassis/mothe… 85 … curl -k -H "X-Auth-Token: $token" https://${bmc}/xyz/openbmc_project/sensors/temperature/ocp_zone 116 curl -k -H "X-Auth-Token: $token" https://${bmc}/xyz/openbmc_project/sensors/enumerate 122 curl -k -H "X-Auth-Token: $token" https://${bmc}/xyz/openbmc_project/sensors/temperature/outlet 147 curl -k -H "X-Auth-Token: $token" https://${bmc}/xyz/openbmc_project/logging/entry 166 curl -k -H "X-Auth-Token: $token" https://${bmc}/xyz/openbmc_project/logging/entry/1 190 curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X POST -d '{"data" : []}' ht… 196 curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X POST -d '{"data" : []}' ht… [all …]
|
| H A D | rest-api.md | 24 curl -k -H "X-Auth-Token: $token" https://${bmc}/xyz/openbmc_project/... 36 curl -k -H "X-Auth-Token: $token" https://${bmc}/xyz/openbmc_project/inventory/system 62 curl -k -H "X-Auth-Token: $token" https://${bmc}/xyz/openbmc_project/inventory/system/attr/Cached 77 curl -k -H "X-Auth-Token: $token" https://${bmc}/xyz/openbmc_project/ 116 curl -k -H "X-Auth-Token: $token" https://${bmc}/xyz/openbmc_project/network/list 151 curl -k -H "X-Auth-Token: $token" https://${bmc}/xyz/openbmc_project/time/enumerate 182 curl -k -H "X-Auth-Token: $token" https://${bmc}/xyz/openbmc_project/state/host0 > host.json 203 curl -k -H "X-Auth-Token: $token" https://${bmc}/xyz/openbmc_project/state/host0/attr/RequestedHost… 222 curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X PUT -d <json> <url> 234 $ curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X PUT -T requested_host.js… [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-pyjwt_2.10.1.bb | 1 SUMMARY = "JSON Web Token implementation in Python" 2 DESCRIPTION = "A Python implementation of JSON Web Token draft 32.\
|
| /openbmc/bmcweb/redfish-core/include/generated/enums/ |
| H A D | external_account_provider.hpp | 22 Token, enumerator 55 {AuthenticationTypes::Token, "Token"},
|
| H A D | account_service.hpp | 42 Token, enumerator 109 {AuthenticationTypes::Token, "Token"},
|
| /openbmc/openbmc-test-automation/redfish/service_root/ |
| H A D | test_service_root.robot | 57 Redfish Login Using Invalid Token 63 # Example: "X-Auth-Token: 3la1JUf1vY4yN2dNOwun" 65 ... X-Auth-Token=deadbeef 117 ... X-Auth-Token=${resp.headers["X-Auth-Token"]}
|
| /openbmc/qemu/python/qemu/qmp/ |
| H A D | qmp_tui.py | 37 from pygments import token as Token unknown 62 (Token.Punctuation, '', '', '', 'h15,bold', 'g7'), 63 (Token.Text, '', '', '', '', 'g7'), 64 (Token.Name.Tag, '', '', '', 'bold,#f88', 'g7'), 65 (Token.Literal.Number.Integer, '', '', '', '#fa0', 'g7'), 66 (Token.Literal.String.Double, '', '', '', '#6f6', 'g7'), 67 (Token.Keyword.Constant, '', '', '', '#6af', 'g7'),
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | redfish_request.robot | 45 ${auth_token}= Create Dictionary X-Auth-Token ${session_resp.headers['X-Auth-Token']}
|
| H A D | rest_client.robot | 46 ${headers}= Create Dictionary X-Auth-Token=${XAUTH_TOKEN} Accept=application/json 74 ... X-Auth-Token=${XAUTH_TOKEN} 100 ... X-Auth-Token=${XAUTH_TOKEN} 124 ... X-Auth-Token=${XAUTH_TOKEN} 217 ... X-Auth-Token=${XAUTH_TOKEN} 380 ... X-Auth-Token=${XAUTH_TOKEN} Accept=application/json 416 Set Global Variable ${XAUTH_TOKEN} ${resp.headers["X-Auth-Token"]} 436 ${headers}= Create Dictionary Content-Type=application/json X-Auth-Token=${XAUTH_TOKEN} 462 ${headers}= Create Dictionary Content-Type=application/json X-Auth-Token=${XAUTH_TOKEN}
|
| H A D | certificate_utils.robot | 31 ... X-Auth-Token=${XAUTH_TOKEN}
|
| /openbmc/openbmc-test-automation/security/ |
| H A D | test_bmc_connections.robot | 39 Test Patch Without Auth Token Fails 50 Flood Patch Without Auth Token And Check Stability Of BMC 98 Test Post Without Auth Token Fails 108 Flood Post Without Auth Token And Check Stability Of BMC 238 Test User Delete Operation Without Session Token And Expect Failure 248 Test Bmcweb Stability On Continuous Redfish Delete Operation Request Without Session Token 272 Verify Flood Put Method Without Auth Token 406 … ${headers}= Create Dictionary X-Auth-Token=${XAUTH_TOKEN} Content-Type=application/octet-stream 437 ${headers}= Create Dictionary X-Auth-Token=${XAUTH_TOKEN}
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pkcs11-provider/ |
| H A D | pkcs11-provider_1.0.bb | 4 the PKCS#11 Cryptographic Token Interface\
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/softhsm/ |
| H A D | softhsm_2.6.1.bb | 1 SUMMARY = "PKCS#11 HSM/Token Emulator"
|
| /openbmc/openbmc-test-automation/extended/ |
| H A D | test_bmc_upload_stability.robot | 64 ... X-Auth-Token=${XAUTH_TOKEN} Accept=application/octet-stream
|
| /openbmc/openbmc-test-automation/docs/ |
| H A D | certificate_generate.md | 85 $ curl -c cjar -b cjar -k -H "X-Auth-Token: $bmc_token" -X POST https://${BMC_IP}/redfish/v1/Certif… 148 $ curl -c cjar -b cjar -k -H "X-Auth-Token: $bmc_token" -X POST https://${BMC_IP}/redfish/v1/Certif…
|
| /openbmc/google-ipmi-sys/ |
| H A D | README.md | 346 | n+1 | | Token | 357 | n+1 | | Token | 387 | n+1 | | Token | 399 | n+1 | | Token |
|
| /openbmc/bmcweb/docs/ |
| H A D | AGGREGATION.md | 117 curl -k -H "X-Auth-Token: $token" https://${bmc}/redfish/v1/Systems 157 curl -k -H "X-Auth-Token: $token" https://${bmc}/redfish/v1/Systems/sat0_system
|
| /openbmc/docs/designs/ |
| H A D | redfish-tls-user-authentication.md | 162 +----------+ Is X-Token provided? | 178 +----------+ Is Token provided? |
|
| /openbmc/docs/designs/management-console/ |
| H A D | VMI_Certificate_Exchange.md | 118 curl -k -H "X-Auth-Token: <token>" -X POST "Content-Type: application/json" -d 138 curl -k -H "X-Auth-Token: <token>" -X GET http://{BMC_IP}/ibm/v1/Host/Certificate/root
|
| /openbmc/u-boot/doc/uImage.FIT/ |
| H A D | signature.txt | 486 Token 0: 496 Token 1: 512 Token 'OpenPGP card (User PIN (sig))' with URL 'pkcs11:model=PKCS%2315%20emulated;manufacturer=Zeit…
|
| /openbmc/openbmc-test-automation/openpower/ext_interfaces/ |
| H A D | test_savearea_management.robot | 369 ${headers}= Create Dictionary X-Auth-Token=${XAUTH_TOKEN} 390 ${headers}= Create Dictionary X-Auth-Token=${XAUTH_TOKEN} 432 … ${headers}= Create Dictionary X-Auth-Token=${XAUTH_TOKEN} Content-Type=application/octet-stream
|
| /openbmc/openbmc/poky/bitbake/lib/bb/pysh/ |
| H A D | pyshlex.py | 481 class Token: class
|
| /openbmc/bmcweb/ |
| H A D | DEVELOPING.md | 92 - Token authentication
|