sentinel-sdk

This SDK allows developers to extend Sentinel to source external information for use in their policies.

MPL-2.0 License

Stars
51
Committers
13

Bot releases are visible (Hide)

sentinel-sdk - v0.5.1 Latest Release

Published by cam-stitt 5 months ago

What's Changed

Full Changelog: https://github.com/hashicorp/sentinel-sdk/compare/v0.5.0...v0.5.1

sentinel-sdk - v0.5.0

Published by cam-stitt 7 months ago

sentinel-sdk - v0.4.2

Published by cam-stitt about 1 year ago

What's Changed

Full Changelog: https://github.com/hashicorp/sentinel-sdk/compare/v0.4.1...v0.4.2

sentinel-sdk - v0.4.1

Published by cam-stitt about 1 year ago

What's Changed

Full Changelog: https://github.com/hashicorp/sentinel-sdk/compare/v0.4.0...v0.4.1

sentinel-sdk - v0.4.0

Published by cam-stitt almost 2 years ago

What's Changed

Full Changelog: https://github.com/hashicorp/sentinel-sdk/compare/v0.3.13...v0.4.0

sentinel-sdk - v0.4.0-alpha.1

Published by cam-stitt almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/hashicorp/sentinel-sdk/compare/v0.3.13...v0.4.0-alpha.1

sentinel-sdk - v0.3.13

Published by cam-stitt over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/hashicorp/sentinel-sdk/compare/v0.3.12...v0.3.13

sentinel-sdk -

Published by cam-stitt over 3 years ago

This release fixes an issue where empty maps where being converted to map[interface{}]interface{}, which therefore was failing to marshal for the json import. From this release, empty maps will be converted to map[string]interface{} to provide safety for such imports.

sentinel-sdk - v0.3.7

Published by chrisarcand almost 5 years ago

This small release adds regular expression support to TestImportCase.Error, which allows Error strings to contain a regular expression to be compiled and matched against the error output. If the Error string is delimited by slashes, it's used as a regular expression. Otherwise, the normal behavior (substring to be contained in the error output) is preserved.

Package Rankings
Top 5.24% on Proxy.golang.org
Badges
Extracted from project README
GoDoc Heimdall
Related Projects