Kuadrant / kuadra

A kubernetes controller for managing users and access permissions in various services
Apache License 2.0
0 stars 5 forks source link

AWS Account and User CR manifests should be placeholders to avoid unnecessary creation/modifcation/deletion of accounts. #32

Closed ehearneRedHat closed 6 months ago

ehearneRedHat commented 8 months ago

The config/samples/kuadra_v1_awsaccount.yaml and config/samples/kuadra_v1_user.yaml files should be modified to serve as placeholders so users of the operator can create their own CR manifests.

Example:

# Please fill in the relevant details below. Also uncomment the file.
#
# apiVersion: kuadra.kuadrant.io/v1
# kind: AwsAccount
# metadata:
#   labels:
#     app.kubernetes.io/name: <your_app_name>
#     app.kubernetes.io/instance: <your_instance_name>
#     app.kubernetes.io/part-of: <your_part_of>
#     app.kubernetes.io/managed-by: <your_managed_by>
#     app.kubernetes.io/created-by: <your_creator>
#   name: <your_account_name>
# spec:
#   userName: <your_user_name>
#   groups:
#     - <group1>
#     - <group2>
ehearneRedHat commented 6 months ago

Issue was resolved in #34. Closing...