You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After creating a machine identity and client key/secret combination to use in a Gitlab pipeline, the client secret disappears within the next 24 hours.
Client secret was created with
TTL: 0 (to keep it forever, for development purposes)
Max number of uses: 0 (I assume, to disable the amount)
Also tested with
TTL: 1209600 ( 2 weeks in seconds format)
After a few successful tests on the same day, the next day the same tests failed due to invalid credentials. Further investigation showed that the secret disappeared again.
To Reproduce
Steps to reproduce the behavior:
Go to Access Control on Infisical WebUI
Go to Machine identities
Click on Create identity in order to create a new machine identity
Fill in a name and assign a role: member
Click the + button to add a project with secrets assigned to it
Click Create Client Secret in order to create a new Client secret
Fill in the description
Set the TTL to 0 in order to disable the expiry
Set the Max Number of Uses to 0 in order to allow infinite usage.
Check the next day if the secret still exists or disappeared
Expected behavior
Client secret is successfully created
TTL and max usage properties are respected and the secret stays after 24 hours
Actual behavior
Client secret is successfully created
TTL and max usage are not respected, secret disappears within 24 hours, might be cleaned up through cleanup cronjob because it somehow got expired.
Platform you are having the issue on:
Version: v0.82.0-postgres
Additional context
#2393 seems to have the same issue, but got closed due to not reproducible after updating
I've joined the slack community and posted a question in the #infisical-help channel where a similar issue was mentioned earlier, without a solution.
Describe the bug
After creating a machine identity and client key/secret combination to use in a Gitlab pipeline, the client secret disappears within the next 24 hours.
Client secret was created with
TTL: 0 (to keep it forever, for development purposes)
Max number of uses: 0 (I assume, to disable the amount)
Also tested with
TTL: 1209600 ( 2 weeks in seconds format)
After a few successful tests on the same day, the next day the same tests failed due to invalid credentials. Further investigation showed that the secret disappeared again.
To Reproduce
Steps to reproduce the behavior:
Access Control
on Infisical WebUIMachine identities
Create identity
in order to create a new machine identitymember
+
button to add a project with secrets assigned to itCreate Client Secret
in order to create a new Client secretTTL
to 0 in order to disable the expiryMax Number of Uses
to 0 in order to allow infinite usage.Expected behavior
Client secret is successfully created
TTL and max usage properties are respected and the secret stays after 24 hours
Actual behavior
Client secret is successfully created
TTL and max usage are not respected, secret disappears within 24 hours, might be cleaned up through cleanup cronjob because it somehow got expired.
Platform you are having the issue on:
Version: v0.82.0-postgres
Additional context
#2393 seems to have the same issue, but got closed due to not reproducible after updating
I've joined the slack community and posted a question in the
#infisical-help
channel where a similar issue was mentioned earlier, without a solution.https://infisical-users.slack.com/archives/C04BSBMQAQ7/p1734413432450629
The text was updated successfully, but these errors were encountered: