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 #9088] API permissions #2918

Closed
icinga-migration opened this issue Apr 17, 2015 · 8 comments
Closed

[dev.icinga.com #9088] API permissions #2918

icinga-migration opened this issue Apr 17, 2015 · 8 comments
Labels
area/api REST API blocker Blocks a release or needs immediate attention enhancement New feature or request
Milestone

Comments

@icinga-migration
Copy link

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

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

Assignee: mfriedrich
Status: Resolved (closed on 2015-09-28 12:35:09 +00:00)
Target Version: 2.4.0
Last Update: 2015-09-29 06:11:12 +00:00 (in Redmine)

Backport?: No
Include in Changelog: 1

object ApiUser “root” {
  password = “icinga”

  permissions = [
    “objects/query/notification”,
    {
       permission = “objects/query/service”
       filter = {{ “bla” in service.groups }}
     }
  ]
}

* actions/

* config/read
* config/write

* status/ zB status/IdoMysqlConnection


* objects/query/
* objects/create/
* objects/modify/
* objects/delete/

* events 

Changesets

2015-09-28 04:55:44 +00:00 by (unknown) ed14dd7

Fix incorrect location info for validators

refs #9088

2015-09-28 12:30:46 +00:00 by (unknown) 425a1a0

Implement API permissions

fixes #9088

2015-09-28 13:19:01 +00:00 by mfriedrich a2058f0

Fix incorrect parameter name for status queries

refs #9088

2015-09-28 14:31:49 +00:00 by (unknown) b40152f

Fix null pointer dereference in StatusTargetProvider::GetTargetByName

refs  #9088

Parent Task: #9074

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2015-05-19 08:41:58 +00:00

  • Estimated Hours set to 16

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2015-09-23 19:10:36 +00:00

  • Status changed from New to Assigned
  • Assigned to set to gbeutner
  • Priority changed from Normal to High

Assigning as reminder issue for tomorrow :)

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2015-09-24 13:54:13 +00:00

  • Description updated

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2015-09-24 13:56:57 +00:00

  • Status: Use TargetProvider

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2015-09-24 13:57:07 +00:00

  • Assigned to changed from gbeutner to mfriedrich

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2015-09-24 13:57:25 +00:00

  • Subject changed from API authorization to API permissions

@icinga-migration
Copy link
Author

Updated by Anonymous on 2015-09-28 12:35:10 +00:00

  • Status changed from Assigned to Resolved
  • Done % changed from 0 to 100

Applied in changeset 425a1a0.

@icinga-migration
Copy link
Author

Updated by gbeutner on 2015-09-29 06:11:12 +00:00

  • Backport? changed from TBD to No

@icinga-migration icinga-migration added blocker Blocks a release or needs immediate attention 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 blocker Blocks a release or needs immediate attention enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant