Home
last modified time | relevance | path

Searched refs:Token (Results 1 – 25 of 32) sorted by relevance

12

/openbmc/docs/
H A DREDFISH-cheatsheet.md28 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 DREST-cheatsheet.md45 - 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 Dhost-management.md16 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 Drest-api.md24 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 Dpython3-pyjwt_2.10.1.bb1 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 Dexternal_account_provider.hpp22 Token, enumerator
55 {AuthenticationTypes::Token, "Token"},
H A Daccount_service.hpp42 Token, enumerator
109 {AuthenticationTypes::Token, "Token"},
/openbmc/openbmc-test-automation/redfish/service_root/
H A Dtest_service_root.robot57 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 Dqmp_tui.py37 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 Dredfish_request.robot45 ${auth_token}= Create Dictionary X-Auth-Token ${session_resp.headers['X-Auth-Token']}
H A Drest_client.robot46 ${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 Dcertificate_utils.robot31 ... X-Auth-Token=${XAUTH_TOKEN}
/openbmc/openbmc-test-automation/security/
H A Dtest_bmc_connections.robot39 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 Dpkcs11-provider_1.0.bb4 the PKCS#11 Cryptographic Token Interface\
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/softhsm/
H A Dsofthsm_2.6.1.bb1 SUMMARY = "PKCS#11 HSM/Token Emulator"
/openbmc/openbmc-test-automation/extended/
H A Dtest_bmc_upload_stability.robot64 ... X-Auth-Token=${XAUTH_TOKEN} Accept=application/octet-stream
/openbmc/openbmc-test-automation/docs/
H A Dcertificate_generate.md85 $ 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 DREADME.md346 | n+1 | | Token |
357 | n+1 | | Token |
387 | n+1 | | Token |
399 | n+1 | | Token |
/openbmc/bmcweb/docs/
H A DAGGREGATION.md117 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 Dredfish-tls-user-authentication.md162 +----------+ Is X-Token provided? |
178 +----------+ Is Token provided? |
/openbmc/docs/designs/management-console/
H A DVMI_Certificate_Exchange.md118 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 Dsignature.txt486 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 Dtest_savearea_management.robot369 ${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 Dpyshlex.py481 class Token: class
/openbmc/bmcweb/
H A DDEVELOPING.md92 - Token authentication

12