Skip to content

Remove AUTHENTICATION_REQUIRED error code#429

Merged
rartych merged 4 commits intocamaraproject:mainfrom
eric-murray:eric-murray-patch-1
Apr 29, 2025
Merged

Remove AUTHENTICATION_REQUIRED error code#429
rartych merged 4 commits intocamaraproject:mainfrom
eric-murray:eric-murray-patch-1

Conversation

@eric-murray
Copy link
Collaborator

What type of PR is this?

  • correction

What this PR does / why we need it:

Two 401 error code are currently defined, UNAUTHENTICATED and AUTHENTICATION_REQUIRED. These are synonyms, and there is no need to maintain two separate error codes.

This PR removes the AUTHENTICATION_REQUIRED code from the Commonalities documentation.

Which issue(s) this PR fixes:

Fixes #368

Does this PR introduce a breaking change?

  • Yes
  • No

Special notes for reviewers:

The official name in the IANA registry is Unauthorized, but changing the name to that would be a breaking change.

Changelog input

 release-note
 - Remove AUTHENTICATION_REQUIRED error code

Additional documentation

None

patrice-conil
patrice-conil previously approved these changes Mar 17, 2025
Copy link
Contributor

@patrice-conil patrice-conil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@PedroDiez PedroDiez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Suggest also to align wording in notification-as-cloud-event.yaml

@rartych rartych added correction correction in documentation Fall25 labels Mar 21, 2025
@rartych rartych added this to the Fall25-M1 milestone Mar 21, 2025
@rartych
Copy link
Contributor

rartych commented Apr 25, 2025

@eric-murray The conflict is causes by replacing in main branch API-design-guidelines.md with the new document.
Could you propose the changes to API Design Guide?

@PedroDiez
Copy link
Contributor

PedroDiez commented Apr 27, 2025

LGTM

Suggest also to align wording in notification-as-cloud-event.yaml

Covered in complementary PR #449

@eric-murray eric-murray reopened this Apr 28, 2025
@eric-murray
Copy link
Collaborator Author

Conflicts now resolved

Copy link
Contributor

@PedroDiez PedroDiez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@rartych rartych left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

correction correction in documentation Fall25

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Clarification required on usage of UNAUTHENTICATED and AUTHENTICATION_REQUIRED error codes

4 participants