Skip to content

Commit

Permalink
state update function for API key API update (#238)
Browse files Browse the repository at this point in the history
* state update function for API key API update

* added role to permission mapping

* docs + tests

* validator adjusted to 0

* unique set fn

* various improvements

* got it to work

* reset some docs, added stuff to the changelog

* tests updated

* usage examples

* updated permissions

* a small rename

* fixed some urls

* some corrections

* removed hashed property

* removed hashed property

* test attr set

* test attr set

* removed ORG KEY

* some minor updates

* fix, updated docs

* fix, updated docs

* hashed update

* updated custom_role docs

* added a guide to upgrade
  • Loading branch information
celaus committed Jun 26, 2024
1 parent bcd16b6 commit a6e027d
Show file tree
Hide file tree
Showing 15 changed files with 1,150 additions and 317 deletions.
1 change: 0 additions & 1 deletion .github/workflows/acc-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
env:
CORALOGIX_ENV: ${{ secrets.CORALOGIX_ENV }}
CORALOGIX_API_KEY: ${{ secrets.CORALOGIX_API_KEY }}
CORALOGIX_ORG_KEY: ${{ secrets.CORALOGIX_ORG_KEY }}
TEST_TEAM_ID: ${{ secrets.TEST_TEAM_ID }}
run: |
make testacc
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -572,4 +572,11 @@ Breaking Changes:
## Release 1.15.1
New Features:
#### resource/coralogix_alert
* adding `5Min` to `time_window` options for `unique_count` condition.
* adding `5Min` to `time_window` options for `unique_count` condition.

## Release 1.16.0
Breaking Changes:
#### resource/coralogix_api_key
* Roles are replaced by "Presets" and "Permission" keys. Read more [here](https://coralogix.com/docs/api-keys/).

Various documentation upgrades
Loading

0 comments on commit a6e027d

Please sign in to comment.