"The request you have made requires authentication."의 두 판 사이의 차이

 
(사용자 2명의 중간 판 2개는 보이지 않습니다)
2번째 줄: 2번째 줄:
;The request you have made requires authentication.
;The request you have made requires authentication.


<source lang='console'>
<syntaxhighlight lang='console'>
$ curl 'http://192.168.56.101:8774/v2.1/'
$ curl 'http://192.168.56.101:8774/v2.1/'
{"error": {"message": "The request you have made requires authentication.", "code": 401, "title": "Unauthorized"}}
{"error": {"message": "The request you have made requires authentication.", "code": 401, "title": "Unauthorized"}}
</source>
</syntaxhighlight>
<syntaxhighlight lang='console'>
<syntaxhighlight lang='console'>
$ openstack server list
$ openstack server list
12번째 줄: 12번째 줄:


==같이 보기==
==같이 보기==
* [[Could not recognize Fernet token]]
* [[Missing value auth-url required for auth plugin password ‎]]
* [[Missing value auth-url required for auth plugin password ‎]]


==참고==
==참고==
* https://access.redhat.com/solutions/6987565
* https://platform9.com/kb/openstack/unable-to-authenticate-with-openstack-cli
* https://ask.openstack.org/en/question/67398/error-openstack-the-request-you-have-made-requires-authentication-http-401/
* https://ask.openstack.org/en/question/67398/error-openstack-the-request-you-have-made-requires-authentication-http-401/
* https://ask.openstack.org/en/question/95866/the-request-you-have-made-requires-authentication-http-401/
* https://ask.openstack.org/en/question/95866/the-request-you-have-made-requires-authentication-http-401/


[[분류: OpenStack]]
[[분류: OpenStack]]

2024년 6월 20일 (목) 15:30 기준 최신판

1 개요[ | ]

The request you have made requires authentication.
$ curl 'http://192.168.56.101:8774/v2.1/'
{"error": {"message": "The request you have made requires authentication.", "code": 401, "title": "Unauthorized"}}
$ openstack server list
The request you have made requires authentication. (HTTP 401) (Request-ID: req-b4861fe6-0ad5-47ae-b321-d0aad26ff18b)

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}