8000 Tags · rpajay/fiat · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: rpajay/fiat

Tags

v1.14.0

Toggle v1.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Application name mismatch when fiat permissions coming from diff…

…erent sources. #5156 (spinnaker#512)

This is part of: spinnaker/spinnaker#5156.

Fixed the name mismatch bug in ResourcePrefixPermissionSource.java

Resource(Application) always returns the name in CAPITAL letters.

Permission prefixes added in external sources in fiat-local.yml has the application name in lowercase letters.

Modified the code to check these names with

1)prefix.equalsIgnoreCase(resource.getName());

2) prefixWithoutStar = prefixWithoutStar.toUpperCase();

Modified the ResourcePrefixPermissionSourceSpec.java to fix the testcases.

Co-authored-by: Adam Jordens <adam@jordens.org>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>

v1.13.1

Toggle v1.13.1's commit message
chore(dependencies): bump korkVersion (spinnaker#553)

v1.13.0

Toggle v1.13.0's commit message
chore(dependencies): Spring Boot 2.2.4 upgrade (spinnaker#548)

* chore(dependencies): Spring Boot 2.2.3 upgrade

version-1.9.0

Toggle version-1.9.0's commit message
chore(kork): bump kork version (spinnaker#544)

v1.12.0

Toggle v1.12.0's commit message
chore(dependencies): Reverting Spring Boot 2.2 upgrade (spinnaker#535)

Revert "chore(dependencies): Upgrade Spring Boot to 2.2.1 (spinnaker#510)"
This reverts commit d798ec0

v1.11.0

Toggle v1.11.0's commit message
chore(dependencies): Autobump korkVersion (spinnaker#530)

v1.10.2

Toggle v1.10.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(redis): only remove a key if it wouldn't be overwritten (spinnake…

…r#529)

Fixes a potential race condition persisting user permissions where previously we would
remove the entire set of permissions for a resource, then write the current set. This
changes to only remove the permissions if the updated UserPermission is empty for that
resource type, and to write a new value and swap over the old value if there are
Permissions so that an API request to load that UserPermission that overlaps with
a refresh of the UserPermission in redis doesn't get less data than it should

v1.10.1

Toggle v1.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(metrics-logs): Record permissionsCache caffeine metrics with Caff…

…eineStatsCounter and add debug log when access denied to accounts (spinnaker#528)

Debugging an intermittent access denied error to accounts.  CaffeineStatsCounter pushes cache metrics to the registry and the debug log might give us a bit more insight

v1.10.0

Toggle v1.10.0's commit message
chore(dependencies): Upgrade Spring Boot to 2.2.1 (spinnaker#510)

See spinnaker/spinnaker#5134

Dependent on spinnaker/kork#419 for a Spring Boot dependency upgrade

v1.9.2

Toggle v1.9.2's commit message
chore(dependencies): Autobump korkVersion (spinnaker#524)

0