Closed rahulanand16nov closed 2 years ago
Are we consistent with the RLP? I am assuming yes but wanted to check that the user experience is at least similar from a status point of view for both
Are we consistent with the RLP? I am assuming yes but wanted to check that the user experience is at least similar from a status point of view for both
Yes, as of now.
is README.md doc up to date regarding auth?
is README.md doc up to date regarding auth?
Docs update coming in next PR :)
155
This PR:
AuthSchemes
singular so that only oneAuthScheme
is allowed henceAuthConfig
.AuthPolicy
CRD.AuthPolicy
doc to be updated with the recent changes.Note: If for some reason,
AuthConfig
is not ready whenAuthPolicy
is reconciling, it will sayAuthConfigNotReady
, but the status update will only happen in the next reconciliation event because IIRC, we cannot watch the status block of a resource (correct if I am wrong here).