Home
last modified time | relevance | path

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

12

/openbmc/docs/
H A DREST-cheatsheet.md43 - Token based authentication.
48 $ curl -k -H "X-Auth-Token: $token" https://${bmc}/xyz/openbmc_project/...
57 using the 'Token based' login method as described above:
62 $ curl -k -H "X-Auth-Token: $token" https://$bmc/xyz/openbmc_project/...
68 $ curl -k -H "X-Auth-Token: $token" https://${bmc}/xyz/openbmc_project/list
69 $ curl -k -H "X-Auth-Token: $token" https://${bmc}/xyz/openbmc_project/enumerate
75 $ curl -k -H "X-Auth-Token: $token" https://${bmc}/xyz/openbmc_project/
76 $ curl -k -H "X-Auth-Token: $token" https://${bmc}/xyz/openbmc_project/state/
82 …$ curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -d '{"data": "xyz.openbmc_…
88 …$ curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X PUT -d '{"data":"xyz.op…
[all …]
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 Dhost-management.md16 $ curl -k -H "X-Auth-Token: $token" https://${bmc}/xyz/openbmc_project/...
44 $ curl -k -H "X-Auth-Token: $token" https://${bmc}/xyz/openbmc_project/inventory/enumerate
48 …$ curl -k -H "X-Auth-Token: $token" https://${bmc}/xyz/openbmc_project/inventory/system/chassis/mo…
80 …$ curl -k -H "X-Auth-Token: $token" https://${bmc}/xyz/openbmc_project/sensors/temperature/ocp_zone
109 $ curl -k -H "X-Auth-Token: $token" https://${bmc}/xyz/openbmc_project/sensors/enumerate
113 … $ curl -k -H "X-Auth-Token: $token" https://${bmc}/xyz/openbmc_project/sensors/temperature/outlet
136 $ curl -k -H "X-Auth-Token: $token" https://${bmc}/xyz/openbmc_project/logging/entry
153 $ curl -k -H "X-Auth-Token: $token" https://${bmc}/xyz/openbmc_project/logging/entry/1
175 …$ curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X POST -d '{"data" : []}'…
179 …$ curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X POST -d '{"data" : []}'…
[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
59 …$ curl -k -H "X-Auth-Token: $token" https://${bmc}/xyz/openbmc_project/inventory/system/attr/Cached
71 $ curl -k -H "X-Auth-Token: $token" https://${bmc}/xyz/openbmc_project/
108 $ curl -k -H "X-Auth-Token: $token" https://${bmc}/xyz/openbmc_project/network/list
140 $ curl -k -H "X-Auth-Token: $token" https://${bmc}/xyz/openbmc_project/time/enumerate
168 $ curl -k -H "X-Auth-Token: $token" https://${bmc}/xyz/openbmc_project/state/host0 > host.json
186 $ curl -k -H "X-Auth-Token: $token" https://${bmc}/xyz/openbmc_project/state/host0/attr/RequestedHo…
202 $ curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X PUT -d <json> <url>
214 $ curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X PUT -T requested_host.js…
[all …]
/openbmc/openbmc-test-automation/redfish/service_root/
H A Dtest_service_root.robot58 Redfish Login Using Invalid Token
64 # Example: "X-Auth-Token: 3la1JUf1vY4yN2dNOwun"
66 ... X-Auth-Token=deadbeef
118 ... X-Auth-Token=${resp.headers["X-Auth-Token"]}
/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/qemu/python/qemu/qmp/
H A Dqmp_tui.py34 from pygments import token as Token unknown
51 (Token.Punctuation, '', '', '', 'h15,bold', 'g7'),
52 (Token.Text, '', '', '', '', 'g7'),
53 (Token.Name.Tag, '', '', '', 'bold,#f88', 'g7'),
54 (Token.Literal.Number.Integer, '', '', '', '#fa0', 'g7'),
55 (Token.Literal.String.Double, '', '', '', '#6f6', 'g7'),
56 (Token.Keyword.Constant, '', '', '', '#6af', 'g7'),
/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
96 Test Post Without Auth Token Fails
106 Flood Post Without Auth Token And Check Stability Of BMC
229 Test User Delete Operation Without Session Token And Expect Failure
239 Test Bmcweb Stability On Continuous Redfish Delete Operation Request Without Session Token
263 Verify Flood Put Method Without Auth Token
395 … ${headers}= Create Dictionary X-Auth-Token=${XAUTH_TOKEN} Content-Type=application/octet-stream
426 ${headers}= Create Dictionary X-Auth-Token=${XAUTH_TOKEN}
/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
73 ... X-Auth-Token=${XAUTH_TOKEN}
98 ... X-Auth-Token=${XAUTH_TOKEN}
122 ... X-Auth-Token=${XAUTH_TOKEN}
210 ... X-Auth-Token=${XAUTH_TOKEN}
372 ... X-Auth-Token=${XAUTH_TOKEN} Accept=application/json
408 Set Global Variable ${XAUTH_TOKEN} ${resp.headers["X-Auth-Token"]}
428 ${headers}= Create Dictionary Content-Type=application/json X-Auth-Token=${XAUTH_TOKEN}
452 ${headers}= Create Dictionary Content-Type=application/json X-Auth-Token=${XAUTH_TOKEN}
/openbmc/linux/drivers/eisa/
H A Deisa.ids263 CPQ6000 "Compaq 32-Bit DualSpeed Token Ring Controller"
264 CPQ6001 "Compaq 32-Bit DualSpeed Token Ring Controller"
381 CPQF110 "Compaq Token Ring 16TR Controller"
569 IBM0001 "IBM Auto 16/4 Token Ring ISA Adapter"
654 ICU04B0 "Tiara Token Ring Lancard*16 AT"
753 ICU1300 "IBM Token-Ring 16/4 Adapter"
818 ISA830A "IBM Token Ring II Short Adapter"
819 ISA830B "IBM Token Ring 16/4 Adapter"
895 ISA9402 "Gateway G/Token Ring 8-bit "
896 ISA9403 "Gateway G/Token Ring AT "
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pkcs11-provider/
H A Dpkcs11-provider_0.6.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.robot63 ... 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/linux/Documentation/networking/
H A Dx25.rst23 which could allow X.25 to be run over an Ethernet (or Token Ring) and
/openbmc/google-ipmi-sys/
H A DREADME.md343 | n+1 | | Token |
354 | n+1 | | Token |
384 | n+1 | | Token |
396 | n+1 | | Token |
/openbmc/bmcweb/
H A DAGGREGATION.md116 curl -k -H "X-Auth-Token: $token" https://${bmc}/redfish/v1/Systems
153 curl -k -H "X-Auth-Token: $token" https://${bmc}/redfish/v1/Systems/5B247A_system
/openbmc/linux/Documentation/networking/device_drivers/fddi/
H A Ddefza.rst23 existing IEEE 802.3 10BASE2 Ethernet and IEEE 802.5 Token Ring networks
/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
139 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/linux/net/sched/
H A DKconfig49 tristate "Hierarchical Token Bucket (HTB)"
51 Say Y here if you want to use the Hierarchical Token Buckets (HTB)
135 tristate "Token Bucket Filter (TBF)"
137 Say Y here if you want to use the Token Bucket Filter (TBF) packet

12