Lifecycle management for ExternalSecrets#16
Conversation
d10c38f to
ed6ffb9
Compare
ed6ffb9 to
ad39ae0
Compare
minmzzhang
left a comment
There was a problem hiding this comment.
Overall I like this lifecycle management implementation. Just one thing to consider, shall we use a _helper.tpl to extract the repetitive blocks for each template?
| refreshPolicy: Periodic | ||
| annotations: {} | ||
| labels: {} | ||
| adminUser: |
There was a problem hiding this comment.
is it keycloak admin user? is it possible to add comments here referencing back to the templates?
| adminUser: | ||
| creationPolicy: Owner | ||
| deletionPolicy: Retain | ||
| refreshPolicy: Periodic |
There was a problem hiding this comment.
since we specified the refreshPolicy as Periodic, do we want to add the refreshInterval as configurable?
2227aa6 to
c3fc675
Compare
Added as per suggestion |
|
LGTM! |
|
@minmzzhang found an issue with this PR. Will request another review soon |
c3fc675 to
425b602
Compare
Signed-off-by: Andrew Block <andy.block@gmail.com>
425b602 to
ba8576f
Compare
|
@minmzzhang This is once again ready for review. My latest tests were performed using the RH ESO as part of validatedpatterns/layered-zero-trust#123. The functionality that we have been desiring was achieved |
Lifecycle management for ExternalSecrets