Commit Graph

408 Commits

Author SHA1 Message Date
OpenDev Sysadmins 829e7998b3 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:26:10 +00:00
OpenStack Proposal Bot e66882395c Updated from global requirements
Change-Id: I9e806a1fabad50a56e6a7f6aaad7a4c615eee227
2015-01-27 02:27:28 +00:00
Steve Martinelli 8b1bb39ef1 Include a link to keystone-specs in the README
Before we push identity-api to the attic, we should include something
about where we host the APIs now.

Change-Id: I9605205db173ae39712e620b76fdf8a8eb7253a6
2014-12-22 15:35:39 -05:00
Anne Gentle 9ec83671ac Indicate repo is frozen in README
Change-Id: Ib35492ba4be77b38bdc4fcfdbcd81e70d09835de
2014-12-11 17:20:21 -06:00
Jeremy Stanley 322034bb23 Workflow documentation is now in infra-manual
Replace URLs for workflow documentation to appropriate parts of the
OpenStack Project Infrastructure Manual.

Change-Id: I2907a0c4b2c9b4c3dceffb0a0cd9e2405f866c65
2014-12-05 03:30:36 +00:00
Jenkins f127f394bb Merge "Correct response status for HEAD requests" 2014-10-14 13:25:19 +00:00
OpenStack Proposal Bot 9b469e4bad Updated from global requirements
Change-Id: If2ac5cbec239bce1b72e357f2f6922fccd581b6f
2014-10-13 23:05:58 +00:00
Nathan Kinder 363af89051 Correct response status for HEAD requests
The response status for some HEAD calls was changed to follow the
HTTP specification a while back.  Specifically, any call that supports
both GET and HEAD methods should return the same response code.  The
API docs still list all successfull HEAD requests with a response code
of 204, which is not correct in all cases.

This patch adjusts the expected response status for HEAD calls to
match the actual implementation.

Change-Id: I6f518ebbe00a0b2860ca5db0d10b93f313abd488
Related-bug: #1334368
2014-10-03 17:35:16 -07:00
Christian Berendt 31285d36a9 Change all used passwords and secrets to 'secretsecret'
Change-Id: I7374595e0f6ab50c0a004b6de9f7c2896f7c2fbc
Partial-Bug: #1372639
2014-09-27 10:29:12 +02:00
Andreas Jaeger ae0aac9b8f Update to clouddocs-maven-plugin 2.1.3
Change-Id: Ibbce2b1dc3d8e9bdc0aca028e436d8f59218c2c4
2014-09-22 19:57:43 +02:00
Jenkins 475fbacf60 Merge "Remove expected dates for new features" 2014-09-12 08:08:12 +00:00
OpenStack Proposal Bot 7a2932a546 Updated from global requirements
Change-Id: I5a6784cf358419d59bee7257a293aa0d19d1b363
2014-09-11 00:25:27 +00:00
Dolph Mathews c3a436cc0c fix a/an typos
Change-Id: I382e1d98262968dae0c72799453e2af58d1c6af1
2014-09-08 12:32:06 -05:00
Jenkins 0edecc2612 Merge "Clean up endpoint grouping API" 2014-09-04 18:06:48 +00:00
Jenkins ccc88e5a60 Merge "JSON Home relationships for auth resources" 2014-09-04 05:29:53 +00:00
Steve Martinelli f01110ece9 Remove expected dates for new features
Change-Id: I7b6a548bb404c0f010558a632cf992e7f0e5e825
2014-09-03 01:54:50 -04:00
Steve Martinelli 73d3289b13 API for metadata retrieval
Add API information about retrieving metadata, which is required
when Keystone is acting as a SAML2 Identity Provider.

Change-Id: I062ed20b2fa28931db43f373cd861a9be104e50c
Implements: bp keystone-to-keystone-federation
2014-09-02 16:25:12 -04:00
Jenkins 2be9581a37 Merge "Add SAML generation route to OS-FEDERATION" 2014-09-02 18:27:09 +00:00
Steve Martinelli bc0aded38d Add SAML generation route to OS-FEDERATION
Create the specification for SAML generation in the OS-FEDERATION
api spec.

Co-Authored-By: Marek Denis <marek.denis@cern.ch>

Implements: bp keystone-to-keystone-federation

Change-Id: Ic0e062fb593e8251efb956dd6510c6eca71e59b3
2014-09-02 02:08:50 -04:00
Steve Martinelli fc75bad924 Clean up endpoint grouping API
Fixing my comments from: https://review.openstack.org/#/c/106292/

implements bp multi-attribute-endpoint-grouping
Change-Id: I0e486cd850991ab0c6dec75f1c0193ba5f450e3a
2014-08-31 01:37:51 -04:00
Brant Knudson 90482030d9 JSON Home relationships for auth resources
The new auth resources were missing the JSON Home relationship.

bp json-home

Change-Id: Ia47f18f84f134226a351c24c2f3b0a28a835c58c
2014-08-30 14:56:51 -05:00
Steve Martinelli 1e28b80f7b Update region entries to include URLs
Allow a URL to be associated with a certain region.

implements bp keystone-to-keystone-federation

Change-Id: Id3917dd9b750e29a5b02eb1e535c49274e58c975
2014-08-28 17:17:49 -04:00
Jamie Lennox fadef23172 API for auth-specific-data routes
Add API docs for the /auth routes.

Change-Id: If0c010119512d6a159ce82147a87c4698205a648
Blueprint: auth-specific-data
2014-08-27 05:10:20 +10:00
Steve Martinelli dfb2803e60 Clean up JSON home API
Fixes dolphm's comments from:
  - https://review.openstack.org/#/c/109881/

And my issue addressed here:
  - https://review.openstack.org/#/c/111576/6/keystone/assignment/routers.py

Change-Id: I81e2aab1f0e8dfd06a3aa95cb7270e3b5684043d
2014-08-26 09:54:01 -05:00
Jenkins 956bca7d12 Merge "Change location of OS-ENDPOINT-POLICY name in API urls." 2014-08-25 21:39:00 +00:00
Jenkins 69ddbf7a8e Merge "JSON Home support" 2014-08-25 13:38:34 +00:00
Steve Martinelli d525187d6f Remove unnecessary dashes in endpoint policy markdown
I think these were mistakenly inserted, they do not serve
a purpose.

Change-Id: Icff6730c5c3d2ae3bd9458cd8d8164e2475fc038
2014-08-23 21:04:48 +00:00
Henry Nash 287ffeaa32 Change location of OS-ENDPOINT-POLICY name in API urls.
The current APIs simply put OS-ENDPOINT-POLICY at the start of the
API url. Technically, this should appear in the url at the
location where this differs from the standard core urls.

Partially implements: bp endpoint-policy

Change-Id: I2c49d46e2374aed2411849bd2fd1adf42beaa2c6
2014-08-22 19:23:20 +01:00
Morgan Fainberg 79df323913 Update revoke-ext
Update of the revocation events documentation to deprecate the use
of `expires_at` and add in use of `audit_id` and `audit_chain_id`.

Change-Id: I36ed24d08126ef2507af77ec6e65372cc07bbb2b
bp: non-persistent-tokens
2014-08-22 01:29:41 -04:00
Brant Knudson 514f1aed61 Fix typo and grammar issues in os-revoke-ext
There were some typos and grammar issues.

Change-Id: Icecf63fa97edbb9031db0afbbb595fb0b5fe174f
2014-08-21 19:36:32 -05:00
Jenkins 01427ee2fb Merge "Extension for endpoint policy association." 2014-08-21 22:35:31 +00:00
Henry Nash 79b02a386e Extension for endpoint policy association.
Extension API for endpoint policy association and retrieval.

Partially implements: bp endpoint-policy
Change-Id: I5ccc62ac236e9a582cad44b4a38979f31642c8e6
2014-08-21 16:27:57 -05:00
Jenkins 1d5a48a409 Merge "Add information about audit_id in token docs" 2014-08-20 18:51:13 +00:00
Morgan Fainberg d0aa0dba2c Add information about audit_id in token docs
Add the information about the audit_identifiers that will be provided
within the token data.

Change-Id: Icad62c6a23d8c81be2539815aa8a80af9d341de5
bp: non-persistent-tokens
2014-08-20 11:21:25 -07:00
OpenStack Proposal Bot 84683be819 Updated from global requirements
Change-Id: I8a805552586c1c7633dfa65218fb6864985525f8
2014-08-18 18:28:07 +00:00
Andreas Jaeger c243ce5763 Add new checklinks tox environment
Change-Id: I0ef96be72e218142d6adc6b438ebb479f15106b8
2014-08-16 12:06:31 +02:00
Jenkins 74586123d0 Merge "Make API specification match our token format." 2014-08-15 02:37:34 +00:00
Jenkins c102d84b1c Merge "Removes WADL references from Identity v2.0 API" 2014-08-14 16:04:12 +00:00
Brant Knudson 277adf9c7d JSON Home support
Identity API V3.3 will support JSON Home.

bp json-home

Change-Id: I636391bfd800fb616c85d0e93070ac4b169bd8f0
2014-08-11 20:33:53 -05:00
Henry Nash 5819738539 Make API specification match our token format.
We do not include self links in any of the entities we include
in a token response.

Closes-Bug: 1354408
Change-Id: I54252f3f412f09d860777000f3ab0cb282d947e0
2014-08-08 18:50:39 +01:00
Jenkins 555a1bde75 Merge "Add OS-FEDERATION section to scoped federation tokens" 2014-08-08 17:22:40 +00:00
Anne Gentle da2d7f528a Removes WADL references from Identity v2.0 API
- Removes chapter files that pointed to WADL.

Change-Id: Ibab38272290ef2a60757089c818a12ec9ec9c8d7
2014-08-08 10:32:07 -05:00
Steve Martinelli b37dfa66eb Add OS-FEDERATION section to scoped federation tokens
Add an OS-FEDERATION section to the user section in a scoped
federation token. We currently do the same for unscoped tokens.

Change-Id: Ie056297f713f71eb7dd47e6cdea87579c600cfae
Partial-Bug: #1351038
2014-08-08 10:55:21 -04:00
Dolph Mathews 914df79175 add name filter on list services
Change-Id: Ibf2fd038f58479dea507ed06bda4cf443c3f6a64
Related-Bug: 1350273
2014-08-04 15:27:19 -05:00
Diane Fleming a47eba6e4c Remove ATOM responses for list versions and get version details.
Once https://review.openstack.org/#/c/110768/ merges,
the JSON and XML list versions responses will update.
Also, other clean-up (formatting, future tense)

Change-Id: If9248bdd9e73ccc7ac7871aa8981925eb5a889d4
Closes-Bug: #1338120
2014-08-02 09:02:37 -05:00
Henry Nash 83a5fcc0c4 Enable filtering of credentials by user ID
Partially implements: bp filter-credentials-by-user

Change-Id: I19ce0da6d509a3cdae5cbade5c928d841d397482
2014-07-30 22:03:17 +01:00
OpenStack Proposal Bot a81bd0b947 Updated from global requirements
Change-Id: Iec02f17c18617a83c57444e2920891b73fa1758a
2014-07-29 18:41:03 +00:00
Jenkins 35dc7e94b0 Merge "Cleanup" 2014-07-28 22:10:30 +00:00
Diane Fleming e99d33b3ab Add create, update, and delete user to admin API v2.0
Resubmit to pick up changes in api-site WADLS

Closes-Bug: #1335730

Change-Id: I4fd71111841ee232709c495ffd29fb34237aae6b
author: diane fleming dfleming@austin.rr.com
2014-07-28 14:33:30 -05:00
Brant Knudson c58d771e1c Cleanup
The resources were split between "Core API" and "Identity". All of
these are core APIs so the Identity grouping was removed.

Long lines of paragraph text were wrapped at 79 chars for easier
reviewing.

Change-Id: I423ef0ebd69e546f2dd8d7eac579a57ef591666e
2014-07-28 16:25:38 +00:00