Commit afbcaff
Feature/prevent create api with cloud api key (#129966)
* [UIAM] Cloud API key authentication
* Clean up
* Nit
* Fix more tests
* Nit
* Fix sig
* Fix not
* Nit
* Authenticator
* More
* Javadoc
* Javadoc
* Fix tests
* Exception handling
* Javadoc
* add new transport version
* add todo to followup in ES-11961
* test cloud API key authentication serialization
* add a validation
* fix merge
* fix merge
* code review feedback + test
* Update x-pack/plugin/security/src/test/java/org/elasticsearch/xpack/security/authc/ApiKeyServiceTests.java
Co-authored-by: Slobodan Adamović <[email protected]>
* Update x-pack/plugin/security/src/test/java/org/elasticsearch/xpack/security/authc/ApiKeyServiceTests.java
Co-authored-by: Slobodan Adamović <[email protected]>
* [CI] Auto commit changes from spotless
---------
Co-authored-by: Nikolaj Volgushev <[email protected]>
Co-authored-by: Slobodan Adamovic <[email protected]>
Co-authored-by: Slobodan Adamović <[email protected]>
Co-authored-by: elasticsearchmachine <[email protected]>1 parent 1585c4b commit afbcaff
File tree
2 files changed
+12
-0
lines changed- x-pack/plugin/security/src
- main/java/org/elasticsearch/xpack/security/authc
- test/java/org/elasticsearch/xpack/security/authc
2 files changed
+12
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
368 | 368 | | |
369 | 369 | | |
370 | 370 | | |
| 371 | + | |
| 372 | + | |
371 | 373 | | |
372 | 374 | | |
373 | 375 | | |
| |||
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2557 | 2557 | | |
2558 | 2558 | | |
2559 | 2559 | | |
| 2560 | + | |
| 2561 | + | |
| 2562 | + | |
| 2563 | + | |
| 2564 | + | |
| 2565 | + | |
| 2566 | + | |
| 2567 | + | |
| 2568 | + | |
| 2569 | + | |
2560 | 2570 | | |
2561 | 2571 | | |
2562 | 2572 | | |
| |||
0 commit comments