feat(argo-cd): Add spec for the status field of AppProject CRD.

Signed-off-by: Vlad Losev <vladimir.losev@sage.com>
This commit is contained in:
Vlad Losev 2021-02-15 13:19:12 -08:00
parent 711518cc52
commit 540bcf3207
No known key found for this signature in database
GPG key ID: 3A3C3B9FAA3AB7AE

View file

@ -224,6 +224,29 @@ spec:
type: object
type: array
type: object
status:
description: Status of the AppProject
properties:
jwtTokensByRole:
additionalProperties:
description: List of JWTToken objects for a given role
items:
description: Holds the issuedAt and expiresAt values of the token
properties:
exp:
description: The expiresAt value of a token
type: string
iat:
description: The issuedAt value of a token
type: string
id:
description: ID of the token
type: string
type: object
type: array
description: JWT Tokens issued for each of the roles in the project
type: object
type: object
required:
- metadata
- spec