Mahyar Mirrashed
82e9504285
chore: ignore .idea and .go folders
2025-03-13 11:43:00 -07:00
Mahyar Mirrashed
c4e10df754
fix(nix): set the goroot for tools like jetbrains
...
JetBrains needs to know the GOROOT environment variables. For the sake
of other tooling, we will just set these in the flake rather than only
in the `.envrc` file. It also keeps all environment configuration
localized to our project flake.
2025-03-13 11:43:00 -07:00
Mahyar Mirrashed
ce60e96008
chore(nix): add golang dependency
2025-03-13 11:43:00 -07:00
Akhil Mohan
de7e92ccfc
Merge pull request #3236 from akhilmhdh/fix/renew-token
...
Resolved renew token not renewing
2025-03-13 20:12:26 +05:30
Akhil Mohan
522d81ae1a
Merge pull request #3237 from akhilmhdh/feat/metadata-oidc
...
Resolved create and update failing for service token
2025-03-13 19:47:51 +05:30
=
02153ffb32
fix: resolved create and update failing for service token
2025-03-13 19:41:33 +05:30
Scott Wilson
d9d62384e7
Merge pull request #3196 from Infisical/org-name-constraint
...
Improvement: Add Organization Name Constraint
2025-03-12 19:02:38 -07:00
Scott Wilson
76f34501dc
improvements: address feedback
2025-03-12 17:20:53 -07:00
Scott Wilson
7415bb93b8
Merge branch 'main' into org-name-constraint
2025-03-12 17:07:12 -07:00
Mahyar Mirrashed
7a1c08a7f2
Merge pull request #3224 from Infisical/feat/ENG-2352-view-machine-identities-in-admin-console
...
feat: add ability to view machine identities in admin console
2025-03-12 16:31:54 -07:00
Maidul Islam
84f9eb5f9f
Merge pull request #3234 from Infisical/fix/ENG-2341-fix-ui-glitch-hovering-on-comment
...
fix: ui glitching on hover
2025-03-12 16:55:52 -04:00
=
87ac723fcb
feat: resolved renew token not renewing
2025-03-13 01:45:49 +05:30
Akhil Mohan
a6dab47552
Merge pull request #3232 from akhilmhdh/fix/delete-secret-approval
...
Resolved approval rejecting on delete secret
2025-03-13 01:34:44 +05:30
Mahyar Mirrashed
08bac83bcc
chore(nix): add comments linking to documentation
2025-03-12 12:23:12 -07:00
Mahyar Mirrashed
46c90f03f0
refactor: use flexbox gap instead of individual margin right
2025-03-12 12:04:28 -07:00
Mahyar Mirrashed
d7722f7587
fix: set pointer events to none for arrow part of popover
2025-03-12 12:04:12 -07:00
Scott Wilson
a42bcb3393
Merge pull request #3230 from Infisical/access-tree
...
Feature: Role Access Tree
2025-03-12 11:38:35 -07:00
Scott Wilson
192dba04a5
improvement: update conditions description
2025-03-12 11:34:22 -07:00
Scott Wilson
0cc3240956
improvements: final feedback
2025-03-12 11:28:38 -07:00
Scott Wilson
667580546b
improvement: check env folders exists
2025-03-12 10:43:45 -07:00
Scott Wilson
9fd662b7f7
improvements: address feedback
2025-03-12 10:33:56 -07:00
=
a56cbbc02f
feat: resolved approval rejecting on delete secret
2025-03-12 14:28:50 +05:30
Scott Wilson
dc30465afb
chore: refactor to avoid dep cycle
2025-03-11 22:04:56 -07:00
Scott Wilson
f1caab2d00
chore: revert license fns
2025-03-11 22:00:50 -07:00
Scott Wilson
1d186b1950
feature: access tree
2025-03-11 22:00:25 -07:00
Maidul Islam
9cf5908cc1
Merge pull request #3229 from Infisical/daniel/secret-scanning-docs
...
docs(platform): secret scanning
2025-03-12 00:09:42 -04:00
Daniel Hougaard
f1b6c3764f
Update secret-scanning.mdx
2025-03-12 08:07:20 +04:00
Daniel Hougaard
4e6c860c69
Update secret-scanning.mdx
2025-03-12 07:46:29 +04:00
Daniel Hougaard
eda9ed257e
docs: secret scanning
2025-03-12 07:31:25 +04:00
Maidul Islam
38cf43176e
add gateway diagram
2025-03-11 20:13:39 -04:00
Maidul Islam
f5c7943f2f
Merge pull request #3226 from Infisical/support-systemd
...
Add proper support for systemd
2025-03-11 19:21:54 -04:00
Maidul Islam
3c59f7f350
update deployment docs
2025-03-11 19:21:32 -04:00
Maidul Islam
84cc7bcd6c
add docs + fix nit
2025-03-11 19:01:47 -04:00
Maidul Islam
159c27ac67
Add proper support for systemd
...
There wasn't a great way to start the gateway with systemd so that it can run in the background and be managed by systemd. This pr addeds a install sub command that decouples install from running. The goal was so you can run something like this in your IaC:
```infisical gateway install --token=<> --domain=<> && systemctl start infisical-gateway```
2025-03-11 18:43:18 -04:00
Mahyar Mirrashed
de5a432745
fix(lint): appease the linter
...
There is a conflict between this and our Prettier configuration.
2025-03-11 14:54:03 -07:00
Mahyar Mirrashed
387780aa94
fix(lint): remove file extension from imports
...
JetBrains accidentally added these when I ran the auto-complete. Weird.
2025-03-11 14:44:22 -07:00
Mahyar Mirrashed
3887ce800b
refactor(admin): fix spelling for variable
2025-03-11 14:34:14 -07:00
Mahyar Mirrashed
1a06b3e1f5
fix(admin): stop returning auth method on table
2025-03-11 14:30:04 -07:00
Scott Wilson
5f0dd31334
Merge pull request #3225 from Infisical/databricks-native-integration-disclaimer
...
Improvement: Databrick Integration Doc Improvements
2025-03-11 14:29:26 -07:00
Scott Wilson
7e14c58931
improvement: clarify databricks native integration behavior and suggest desingated scope for sync/native integration
2025-03-11 14:12:33 -07:00
Mahyar Mirrashed
627e17b3ae
fix(admin): return back auth method from schema too
2025-03-11 14:10:08 -07:00
Mahyar Mirrashed
39b7a4a111
chore(nix): add python312 to list of dependencies
2025-03-11 13:31:23 -07:00
Mahyar Mirrashed
e7c512999e
feat(admin): add ability to view machine identities
2025-03-11 13:30:45 -07:00
Akhil Mohan
c19016e6e6
Merge pull request #3223 from Infisical/misc/improve-support-for-jwks-via-http
...
misc: improve support for jwks via http
2025-03-11 23:02:17 +05:30
Maidul Islam
20477ce2b0
Merge pull request #3222 from Infisical/daniel/list-secrets-permissioning-bug
...
fix: list secrets permissioning bug
2025-03-11 13:18:08 -04:00
Maidul Islam
e04b2220be
Merge pull request #3216 from Infisical/password-reqs
...
feat: Add password requirements to dyanmic secret
2025-03-11 13:16:26 -04:00
Maidul Islam
edf6a37fe5
fix lint
2025-03-11 13:08:04 -04:00
Maidul Islam
f5749e326a
remove regex and fix lint
2025-03-11 12:49:55 -04:00
Maidul Islam
75e0a68b68
remove password regex
2025-03-11 12:46:43 -04:00
Sheen Capadngan
4dc56033b1
misc: improve support for jwks via http
2025-03-12 00:41:05 +08:00