Replace http with https for doc links
1) Update doc links according to OpenStack document migration 2) Use https instead of http for docs links Change-Id: I3564d1e10aeea40b74ef52bf29b3a39c5d9b0bc2
This commit is contained in:
parent
d14cf4b15b
commit
b833108d5d
@ -6,7 +6,7 @@ User Guide
|
|||||||
##########
|
##########
|
||||||
|
|
||||||
API guide docs are built to:
|
API guide docs are built to:
|
||||||
http://developer.openstack.org/api-guide/key-manager/
|
https://developer.openstack.org/api-guide/key-manager/
|
||||||
|
|
||||||
API Reference
|
API Reference
|
||||||
#############
|
#############
|
||||||
|
@ -27,7 +27,7 @@ GET /v1/secrets/{uuid}/acl
|
|||||||
Retrieve the ACL settings for a given secret.
|
Retrieve the ACL settings for a given secret.
|
||||||
|
|
||||||
If no ACL is defined for that secret, then
|
If no ACL is defined for that secret, then
|
||||||
`Default ACL <http://developer.openstack.org/api-guide/key-manager/acls.html#default-acl>`__
|
`Default ACL <https://developer.openstack.org/api-guide/key-manager/acls.html#default-acl>`__
|
||||||
is returned.
|
is returned.
|
||||||
|
|
||||||
Request/Response (With ACL defined):
|
Request/Response (With ACL defined):
|
||||||
@ -328,7 +328,7 @@ GET /v1/containers/{uuid}/acl
|
|||||||
Retrieve the ACL settings for a given container.
|
Retrieve the ACL settings for a given container.
|
||||||
|
|
||||||
If no ACL is defined for that container, then
|
If no ACL is defined for that container, then
|
||||||
`Default ACL <http://developer.openstack.org/api-guide/key-manager/acls.html#default-acl>`__
|
`Default ACL <https://developer.openstack.org/api-guide/key-manager/acls.html#default-acl>`__
|
||||||
is returned.
|
is returned.
|
||||||
|
|
||||||
Request/Response (With ACL defined):
|
Request/Response (With ACL defined):
|
||||||
|
@ -18,7 +18,7 @@ Audit middleware creates two events per REST API interaction. First event has
|
|||||||
information extracted from request data and the second one has request outcome
|
information extracted from request data and the second one has request outcome
|
||||||
(response).
|
(response).
|
||||||
|
|
||||||
.. _Audit middleware: http://docs.openstack.org/developer/keystonemiddleware/audit.html
|
.. _Audit middleware: https://docs.openstack.org/keystonemiddleware/latest/
|
||||||
.. _CADF format: http://www.dmtf.org/sites/default/files/standards/documents/DSP2038_1.0.0.pdf
|
.. _CADF format: http://www.dmtf.org/sites/default/files/standards/documents/DSP2038_1.0.0.pdf
|
||||||
|
|
||||||
|
|
||||||
@ -39,8 +39,8 @@ used for creating events in CADF format.
|
|||||||
|
|
||||||
|
|
||||||
.. _keystonemiddleware: https://github.com/openstack/keystonemiddleware/blob/master/keystonemiddleware/audit.py
|
.. _keystonemiddleware: https://github.com/openstack/keystonemiddleware/blob/master/keystonemiddleware/audit.py
|
||||||
.. _Enabling Middleware Link: http://docs.openstack.org/developer/keystonemiddleware/audit.html#enabling-audit-middleware
|
.. _Enabling Middleware Link: https://docs.openstack.org/keystonemiddleware/latest/#enabling-audit-middleware
|
||||||
.. _Configuring Middleware Link: http://docs.openstack.org/developer/keystonemiddleware/audit.html#configure-audit-middleware
|
.. _Configuring Middleware Link: https://docs.openstack.org/keystonemiddleware/latest/#configure-audit-middleware
|
||||||
|
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
@ -15,7 +15,7 @@ following ways to setup your own.
|
|||||||
|
|
||||||
.. _Simple Dockerized Keystone: https://registry.hub.docker.com/u/
|
.. _Simple Dockerized Keystone: https://registry.hub.docker.com/u/
|
||||||
jmvrbanac/simple-keystone/
|
jmvrbanac/simple-keystone/
|
||||||
.. _Installing Keystone: http://docs.openstack.org/developer/keystone/
|
.. _Installing Keystone: https://docs.openstack.org/developer/keystone/
|
||||||
installing.html
|
installing.html
|
||||||
|
|
||||||
|
|
||||||
|
@ -40,5 +40,5 @@ instead. In case of API, replace ``'X-Auth-Token: $TOKEN'`` with
|
|||||||
|
|
||||||
You can also find detailed explanation to run barbican client with an
|
You can also find detailed explanation to run barbican client with an
|
||||||
unauthenticated context
|
unauthenticated context
|
||||||
`here <http://docs.openstack.org/developer/python-barbicanclient/authentication.html#unauthenticated-context>`__ and run barbican CLI in no auth mode
|
`here <https://docs.openstack.org/python-barbicanclient/latest/#unauthenticated-context>`__ and run barbican CLI in no auth mode
|
||||||
`here <http://docs.openstack.org/developer/python-barbicanclient/authentication.html#no-auth-mode>`__.
|
`here <https://docs.openstack.org/python-barbicanclient/latest/#no-auth-mode>`__.
|
||||||
|
@ -5,7 +5,7 @@ Barbican for Developers
|
|||||||
If you're new to OpenStack development you should start by reading the
|
If you're new to OpenStack development you should start by reading the
|
||||||
`OpenStack Developer's Guide`_.
|
`OpenStack Developer's Guide`_.
|
||||||
|
|
||||||
.. _`OpenStack Developer's Guide`: http://docs.openstack.org/infra/manual/developers.html
|
.. _`OpenStack Developer's Guide`: https://docs.openstack.org/infra/manual/developers.html
|
||||||
|
|
||||||
Once you've read the OpenStack guide you'll be ready to set up a local barbican
|
Once you've read the OpenStack guide you'll be ready to set up a local barbican
|
||||||
development environment.
|
development environment.
|
||||||
|
@ -17,7 +17,7 @@ API Reference
|
|||||||
=============
|
=============
|
||||||
|
|
||||||
If you're trying to learn how to use barbican, you can start by reading about
|
If you're trying to learn how to use barbican, you can start by reading about
|
||||||
`Secrets in the Barbican API Guide <http://developer.openstack.org/api-guide/key-manager/secrets.html>`__.
|
`Secrets in the Barbican API Guide <https://developer.openstack.org/api-guide/key-manager/secrets.html>`__.
|
||||||
|
|
||||||
Once you're comfortable working with secrets you can dig into the rest of the
|
Once you're comfortable working with secrets you can dig into the rest of the
|
||||||
API.
|
API.
|
||||||
|
@ -15,4 +15,4 @@ management of secret data. This includes keying material such as symmetric
|
|||||||
keys, asymmetric keys, certificates and raw binary data.
|
keys, asymmetric keys, certificates and raw binary data.
|
||||||
|
|
||||||
This chapter assumes a working setup of OpenStack following the
|
This chapter assumes a working setup of OpenStack following the
|
||||||
`OpenStack Installation Tutorial <http://docs.openstack.org/#install-guides>`_.
|
`OpenStack Installation Tutorial <https://docs.openstack.org/#install-guides>`_.
|
||||||
|
Loading…
Reference in New Issue
Block a user