Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dev.icinga.com #9086] Password-based authentication for the API #2916

Closed
icinga-migration opened this issue Apr 17, 2015 · 7 comments
Closed
Labels
area/api REST API enhancement New feature or request
Milestone

Comments

@icinga-migration
Copy link

This issue has been migrated from Redmine: https://dev.icinga.com/issues/9086

Created by gbeutner on 2015-04-17 12:50:19 +00:00

Assignee: mfriedrich
Status: Resolved (closed on 2015-07-09 13:31:18 +00:00)
Target Version: 2.4.0
Last Update: 2015-11-06 17:08:01 +00:00 (in Redmine)

Backport?: No
Include in Changelog: 1

  • Authentication using usernames and passwords
    • authentication request with user password
    • Implement 'ApiUser' object
    • attributes: password
    • Protect the api_password by blocking the getter
    • Implement check_password function

Attachments

Changesets

2015-07-09 13:25:51 +00:00 by (unknown) f8f86d8

Add ApiUser::GetByClientCN()

refs #9471
refs #9086

2015-07-09 13:27:14 +00:00 by (unknown) 8bf9498

API: Implement password- and certificate-based authentication

fixes #9086
fixes #9085
refs #9594

Parent Task: #9074

Subtasks:

@icinga-migration
Copy link
Author

Updated by gbeutner on 2015-04-17 12:53:33 +00:00

  • Description updated

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2015-05-19 08:39:26 +00:00

  • Description updated
  • Estimated Hours set to 8

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2015-07-09 13:25:15 +00:00

  • Status changed from New to Assigned
  • Assigned to set to mfriedrich

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2015-07-09 13:29:33 +00:00

  • File added icinga2_http_basic_auth.png

Tests

object ApiUser "michi" {
  password = "icinga"
  client_cn = NodeName
}

icinga2_http_basic_auth.png

@icinga-migration
Copy link
Author

Updated by Anonymous on 2015-07-09 13:31:18 +00:00

  • Status changed from Assigned to Resolved

Applied in changeset 8bf9498.

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2015-07-13 08:38:45 +00:00

  • Backport? changed from TBD to No

@icinga-migration
Copy link
Author

Updated by gbeutner on 2015-11-06 17:08:01 +00:00

  • Subject changed from Implement password-based authentication to Password-based authentication for the API

@icinga-migration icinga-migration added enhancement New feature or request area/api REST API labels Jan 17, 2017
@icinga-migration icinga-migration added this to the 2.4.0 milestone Jan 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/api REST API enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant