Volodymyr Zotov
1e9c04ee05
Fix logging the error so it doesn't panic
2025-07-08 16:41:49 -05:00
Volodymyr Zotov
13abcb9c8f
Merge branch 'vzt/service-accounts-support' into vzt/fix-context
...
# Conflicts:
# USAGEGUIDE.md
# cmd/main.go
# pkg/onepassword/client/client.go
# pkg/onepassword/items.go
2025-06-17 13:21:39 -05:00
Volodymyr Zotov
1aa27fdba0
Sort imports
2025-06-16 20:56:00 -05:00
Volodymyr Zotov
efbe96e93a
Use global context
2025-06-08 10:28:15 -05:00
Volodymyr Zotov
f88ea6696b
Update tests to use testify mock
2025-05-30 14:30:06 -05:00
Volodymyr Zotov
1498c223a5
Use 1Password Client to initialize operator either with Connect or Service Accounts
2025-05-29 17:23:49 -05:00
Eddy Filip
e276ca1148
Clean test code
2022-09-13 15:57:53 +03:00
Eddy Filip
622fcd64b8
Add packages
...
- Add the packages that help the operator work as expected.
- Update `go.mod` by running `go mod tidy`.
2022-09-13 15:40:39 +03:00
Eddy Filip
1aa1a3f546
Clear repo
...
To be able to perform the migration, we need to start from an empty directory/repo.
2022-09-13 12:26:08 +03:00
Joris Coenen
ffab2cfdab
Merge remote-tracking branch 'origin/main' into item-status
2022-06-22 11:33:23 +02:00
Joris Coenen
6c20db47d6
Add Status field to OnePasswordItem resource
...
This makes it easier to see whehter the controller
succeeded in creating the Kubernetes secret for a
OnePasswordItem. If something failed, the `ready` field
will be `false` and the `OnePasswordItemReady` condition
will have a `status` of `False` with the error messages
in the `message` field.
2022-06-15 17:46:56 +02:00
Xabier Larrakoetxea
123cfa2c86
Avoid returning an error on secret update when secret types 'Opaque' and 'empty string' are treated as different
...
Signed-off-by: Xabier Larrakoetxea <me@slok.dev >
2022-04-14 11:08:51 +02:00
Joris Coenen
afa076d321
Stop copying annotations from OnePasswordItem and Deployment to Secret
...
There is no reason for random annotations to be carried over. This
can lead to weird problems like the `kubectl.kubernetes.io/last-applied-configuration`
annotation ending up on a Secret.
2022-04-11 15:55:28 +02:00
Xabier Larrakoetxea
79868ae374
Add owner reference to the created secrets
...
Signed-off-by: Xabier Larrakoetxea <me@slok.dev >
2022-04-05 20:31:42 +02:00
Marton Soos
62e55a3f19
Update tests and mock client
2022-03-24 12:13:34 +01:00
Marton Soos
d6f7b80c40
Log a message if a file on an item is ignored due to a field with the same name
2022-03-24 11:56:33 +01:00
Marton Soos
a903f9b1af
Also add file data to kubernetes secrets
2022-03-24 11:37:24 +01:00
Marton Soos
b16960057a
Update tests and add new test
2022-02-18 10:47:14 +01:00
Marton Soos
285496dc7e
Error when secret type is changed
2022-02-18 10:27:48 +01:00
Marton Soos
bb7a0c8ca9
Simplify secret type cast and default to Opaque
2022-02-17 19:36:49 +01:00
Marton Soos
302653832e
Account for the fact that the '' type and Opaque are equivalent on secret comparison
2022-02-17 19:18:33 +01:00
Andres Montalban
5d229c42d5
feat: Allow configuration of the Kubernetes Secret type to be created
2021-11-18 08:32:55 -03:00
Floris van der Grinten
7aeb36e383
Merge pull request #66 from 1Password/fix/handling-key-names
...
Handling key names
2021-09-13 13:34:44 +02:00
Eddy Filip
670040477e
Add max length for secret key names
...
Max length for secret key names must be DNS1123 compliant (253)
2021-09-08 16:02:08 +03:00
Eddy Filip
a45a310611
Make secret names DNS1123 Subdomain compiant
...
This is done while ensuring that secret keys are compliant (contain alphanumeric characters, `-`, `_` and `.`)
2021-09-08 15:36:40 +03:00
Eddy Filip
88728909ff
Adjust regex to support _
and .
and trim them
...
Now secret names can also contain `_` and `.` and they will be trimmed from start and end of string to be DNS1123 compliant
2021-09-08 13:49:32 +03:00
Marton Soos
e365ebfdfa
Fix tests
2021-09-03 15:42:02 +03:00
Marton Soos
2c4b4df01a
Do not make secret names lowercase on normalization
2021-09-03 15:41:46 +03:00
mcmarkj
0193a98681
Merge branch 'main' of github.com:1Password/onepassword-operator into pass-labels-and-annotations
2021-08-19 16:15:02 +01:00
mcmarkj
f241d7423d
Use deepequal
2021-08-19 16:11:29 +01:00
Eddy Filip
8cfe98073e
Improve testing
...
Fix previous tests and add test for items with field names that are not valid DNS subdomain names.
2021-08-16 14:51:44 +02:00
david.gunter
96b42e7c52
Label normalizer now fixes both Secret names and data keys.
...
Each key in the `data` section of a secret must also be a valid DNS subdomain. The operator needs to "fix" the 1Password item fields before trying to create the secret.
2021-08-06 13:18:21 -07:00
mcmarkj
2096f4440f
add logic for checking for label or annotation updates
2021-08-03 21:32:04 +01:00
mcmarkj
fb1262f1bd
PR Feedback'
2021-06-07 21:51:44 +01:00
mcmarkj
a428fe7462
GoFMT
2021-05-28 18:15:17 +01:00
mcmarkj
ea2d1f8a09
Typo
2021-05-28 18:11:10 +01:00
mcmarkj
bd96d50a9b
Add Labels & Annotations from OPObject to Secret
2021-05-28 16:39:00 +01:00
jillianwilson
62ca0c25fd
Making casing of annotations consistent
2021-04-09 10:41:41 -03:00
jillianwilson
d98f9172a0
Auto restart one password custom resource will be be added to converted kubernetes secret
2021-03-03 14:29:27 -04:00
jillianwilson
824f54b4fa
Initial 1Password Operator commit
2020-12-10 18:28:38 -04:00